#A80F62

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

Shades of Jazzberry Jam #A80F62

Tints of Jazzberry Jam #A80F62

Color information

#A80F62 (or 0xA80F62) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0F and 62. RGB value is (168,15,98). Sum of RGB (Red+Green+Blue) = 168+15+98=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80F62 is #57F09D. Grayscale: #464646. Windows color (decimal): -5763230 or 6426536. OLE color: 6426536.

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

Color convert

RGB1681598-
CMYK00.910.420.34
HSL327.45º83.61%35.88%-
HSV(B)327.45º91.07%65.88%-
XYZ18.529.5512.42-
YUV70.21143.69197.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.79%
GREEN value IS 15 (6.25% from 255) = 5.34%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=59.79%
G=5.34%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168159800.910.420.34327.4583.6135.88
HexA8F6205B2A221475424
Octal250171420133524250712444
Binary1010100011111100010010110111010101000101010001111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80F62; }

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

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

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

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

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

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

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

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