#A80F6C

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

Shades of Jazzberry Jam #A80F6C

Tints of Jazzberry Jam #A80F6C

Color information

#A80F6C (or 0xA80F6C) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0F and 6C. RGB value is (168,15,108). Sum of RGB (Red+Green+Blue) = 168+15+108=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80F6C is #57F093. Grayscale: #474747. Windows color (decimal): -5763220 or 7081896. OLE color: 7081896.

HSL color Cylindrical-coordinate representation of color #A80F6C: hue angle of 323.53º 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 #A80F6C is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16815108-
CMYK00.910.360.34
HSL323.53º83.61%35.88%-
HSV(B)323.53º91.07%65.88%-
XYZ19.039.7515.07-
YUV71.35148.69196.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.73%
GREEN value IS 15 (6.25% from 255) = 5.15%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=57.73%
G=5.15%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681510800.910.360.34323.5383.6135.88
HexA8F6C05B24221445424
Octal250171540133444250412444
Binary1010100011111101100010110111001001000101010001001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80F6C; }

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

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

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

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

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

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

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

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