#A62168

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

Shades of Jazzberry Jam #A62168

Tints of Jazzberry Jam #A62168

Color information

#A62168 (or 0xA62168) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 21 and 68. RGB value is (166,33,104). Sum of RGB (Red+Green+Blue) = 166+33+104=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A62168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62168 is #59DE97. Grayscale: #505050. Windows color (decimal): -5889688 or 6824358. OLE color: 6824358.

HSL color Cylindrical-coordinate representation of color #A62168: hue angle of 327.97º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62168 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16633104-
CMYK00.800.370.35
HSL327.97º66.83%39.02%-
HSV(B)327.97º80.12%65.1%-
XYZ18.7710.1914.08-
YUV80.86141.06188.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.79%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=54.79%
G=10.89%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663310400.800.370.35327.9766.8339.02
HexA6216805025231484327
Octal246411500120454351010347
Binary101001101000011101000010100001001011000111010010001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62168; }

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

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

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

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

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

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

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

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