#A11069

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

Shades of Jazzberry Jam #A11069

Tints of Jazzberry Jam #A11069

Color information

#A11069 (or 0xA11069) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 10 and 69. RGB value is (161,16,105). Sum of RGB (Red+Green+Blue) = 161+16+105=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A11069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11069 is #5EEF96. Grayscale: #454545. Windows color (decimal): -6221719 or 6885537. OLE color: 6885537.

HSL color Cylindrical-coordinate representation of color #A11069: hue angle of 323.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11069 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB16116105-
CMYK00.900.350.37
HSL323.17º81.92%34.71%-
HSV(B)323.17º90.06%63.14%-
XYZ17.438.9714.18-
YUV69.5148.04193.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.09%
GREEN value IS 16 (6.64% from 255) = 5.67%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=57.09%
G=5.67%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611610500.900.350.37323.1781.9234.71
HexA1106905A23251435223
Octal241201510132434550312243
Binary10100001100001101001010110101000111001011010000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11069; }

 p { color: rgb(161,16,105); }

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

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

 a { background-color: rgb(161,16,105); }

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

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

 span { border-color: rgb(161,16,105); }

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