#A80C6E

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

Shades of Jazzberry Jam #A80C6E

Tints of Jazzberry Jam #A80C6E

Color information

#A80C6E (or 0xA80C6E) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0C and 6E. RGB value is (168,12,110). Sum of RGB (Red+Green+Blue) = 168+12+110=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80C6E is #57F391. Grayscale: #454545. Windows color (decimal): -5763986 or 7212200. OLE color: 7212200.

HSL color Cylindrical-coordinate representation of color #A80C6E: hue angle of 322.31º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C6E is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB16812110-
CMYK00.930.350.34
HSL322.31º86.67%35.29%-
HSV(B)322.31º92.86%65.88%-
XYZ19.099.7115.62-
YUV69.82150.68198.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.93%
GREEN value IS 12 (5.08% from 255) = 4.14%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=57.93%
G=4.14%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681211000.930.350.34322.3186.6735.29
HexA8C6E05D23221425723
Octal250141560135434250212743
Binary1010100011001101110010111011000111000101010000101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C6E; }

 p { color: rgb(168,12,110); }

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

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

 a { background-color: rgb(168,12,110); }

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

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

 span { border-color: rgb(168,12,110); }

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