#A80F5C

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

Shades of Jazzberry Jam #A80F5C

Tints of Jazzberry Jam #A80F5C

Color information

#A80F5C (or 0xA80F5C) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0F and 5C. RGB value is (168,15,92). Sum of RGB (Red+Green+Blue) = 168+15+92=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80F5C is #57F0A3. Grayscale: #454545. Windows color (decimal): -5763236 or 6033320. OLE color: 6033320.

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

Color convert

RGB1681592-
CMYK00.910.450.34
HSL329.8º83.61%35.88%-
HSV(B)329.8º91.07%65.88%-
XYZ18.259.4410.99-
YUV69.53140.69198.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.09%
GREEN value IS 15 (6.25% from 255) = 5.45%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=61.09%
G=5.45%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168159200.910.450.34329.883.6135.88
HexA8F5C05B2D2214a5424
Octal250171340133554251212444
Binary1010100011111011100010110111011011000101010010101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80F5C; }

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

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

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

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

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

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

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

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