#A21666

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

Shades of Jazzberry Jam #A21666

Tints of Jazzberry Jam #A21666

Color information

#A21666 (or 0xA21666) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 16 and 66. RGB value is (162,22,102). Sum of RGB (Red+Green+Blue) = 162+22+102=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A21666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21666 is #5DE999. Grayscale: #484848. Windows color (decimal): -6154650 or 6690466. OLE color: 6690466.

HSL color Cylindrical-coordinate representation of color #A21666: hue angle of 325.71º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21666 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16222102-
CMYK00.860.370.36
HSL325.71º76.09%36.08%-
HSV(B)325.71º86.42%63.53%-
XYZ17.599.2113.42-
YUV72.98144.38191.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 22 (8.98% from 255) = 7.69%
BLUE value IS 102 (40.23% from 255) = 35.66%
R=56.64%
G=7.69%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622210200.860.370.36325.7176.0936.08
HexA2166605625241464c24
Octal242261460126454450611444
Binary10100010101101100110010101101001011001001010001101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21666; }

 p { color: rgb(162,22,102); }

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

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

 a { background-color: rgb(162,22,102); }

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

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

 span { border-color: rgb(162,22,102); }

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