#A80662

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

Shades of Jazzberry Jam #A80662

Tints of Jazzberry Jam #A80662

Color information

#A80662 (or 0xA80662) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 06 and 62. RGB value is (168,6,98). Sum of RGB (Red+Green+Blue) = 168+6+98=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A80662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80662 is #57F99D. Grayscale: #404040. Windows color (decimal): -5765534 or 6424232. OLE color: 6424232.

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

Color convert

RGB168698-
CMYK00.960.420.34
HSL325.93º93.1%34.12%-
HSV(B)325.93º96.43%65.88%-
XYZ18.429.3412.39-
YUV64.93146.67201.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.76%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=61.76%
G=2.21%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16869800.960.420.34325.9393.134.12
HexA86620602A221465d22
Octal25061420140524250613542
Binary101010001101100010011000001010101000101010001101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80662; }

 p { color: rgb(168,6,98); }

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

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

 a { background-color: rgb(168,6,98); }

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

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

 span { border-color: rgb(168,6,98); }

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