#A42166

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

Shades of Jazzberry Jam #A42166

Tints of Jazzberry Jam #A42166

Color information

#A42166 (or 0xA42166) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 21 and 66. RGB value is (164,33,102). Sum of RGB (Red+Green+Blue) = 164+33+102=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A42166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42166 is #5BDE99. Grayscale: #4F4F4F. Windows color (decimal): -6020762 or 6693284. OLE color: 6693284.

HSL color Cylindrical-coordinate representation of color #A42166: hue angle of 328.4º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42166 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16433102-
CMYK00.800.380.36
HSL328.4º66.5%38.63%-
HSV(B)328.4º79.88%64.31%-
XYZ18.259.9413.53-
YUV80.04140.4187.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.85%
GREEN value IS 33 (13.28% from 255) = 11.04%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=54.85%
G=11.04%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643310200.800.380.36328.466.538.63
HexA4216605026241484227
Octal244411460120464451010247
Binary101001001000011100110010100001001101001001010010001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42166; }

 p { color: rgb(164,33,102); }

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

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

 a { background-color: rgb(164,33,102); }

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

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

 span { border-color: rgb(164,33,102); }

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