#A02168

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

Shades of Jazzberry Jam #A02168

Tints of Jazzberry Jam #A02168

Color information

#A02168 (or 0xA02168) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 21 and 68. RGB value is (160,33,104). Sum of RGB (Red+Green+Blue) = 160+33+104=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A02168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02168 is #5FDE97. Grayscale: #4E4E4E. Windows color (decimal): -6282904 or 6824352. OLE color: 6824352.

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

Color convert

RGB16033104-
CMYK00.790.350.37
HSL326.46º65.8%37.84%-
HSV(B)326.46º79.37%62.75%-
XYZ17.549.5614.02-
YUV79.07142.08185.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.87%
GREEN value IS 33 (13.28% from 255) = 11.11%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=53.87%
G=11.11%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603310400.790.350.37326.4665.837.84
HexA0216804F23251464226
Octal240411500117434550610246
Binary101000001000011101000010011111000111001011010001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02168; }

 p { color: rgb(160,33,104); }

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

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

 a { background-color: rgb(160,33,104); }

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

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

 span { border-color: rgb(160,33,104); }

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