#a11871

Color #A11871 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A11871

Tints of Jazzberry Jam #A11871

Color information

#A11871 (or 0xA11871) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 18 and 71. RGB value is (161,24,113). Sum of RGB (Red+Green+Blue) = 161+24+113=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A11871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11871 is #5EE78E. Grayscale: #4A4A4A. Windows color (decimal): -6219663 or 7411873. OLE color: 7411873.

HSL color Cylindrical-coordinate representation of color #A11871: hue angle of 321.02º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11871 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16124113-
CMYK00.850.300.37
HSL321.02º74.05%36.27%-
HSV(B)321.02º85.09%63.14%-
XYZ18.019.4216.49-
YUV75.11149.39189.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 54.03%
GREEN value IS 24 (9.77% from 255) = 8.05%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=54.03%
G=8.05%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612411300.850.300.37321.0274.0536.27
HexA118710551E251414a24
Octal241301610125364550111244
Binary1010000111000111000101010101111101001011010000011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11871; }

 p { color: rgb(161,24,113); }

 H1.HeaderClassName
 {
   color: #a11871;
 }
 .AnyTagClassName
 {
   color: #a11871;
 }
</style>
background-color css

<style>
 a { background-color: #a11871; }

 a { background-color: rgb(161,24,113); }

 div.DivClassName
 {
   background-color: #a11871;
 }
 .BgClassName
 {
   background-color: #a11871;
 }
</style>
border-color css

<style>
 span { border-color: #a11871; }

 span { border-color: rgb(161,24,113); }

 td.TdClassName
 {
   border-color: #a11871;
 }
 .TagClassName
 {
   border-color: #a11871;
 }
</style>