#A80F5D

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

Shades of Jazzberry Jam #A80F5D

Tints of Jazzberry Jam #A80F5D

Color information

#A80F5D (or 0xA80F5D) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0F and 5D. RGB value is (168,15,93). Sum of RGB (Red+Green+Blue) = 168+15+93=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80F5D is #57F0A2. Grayscale: #454545. Windows color (decimal): -5763235 or 6098856. OLE color: 6098856.

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

Color convert

RGB1681593-
CMYK00.910.450.34
HSL329.41º83.61%35.88%-
HSV(B)329.41º91.07%65.88%-
XYZ18.39.4611.22-
YUV69.64141.19198.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.87%
GREEN value IS 15 (6.25% from 255) = 5.43%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=60.87%
G=5.43%
B=33.70%

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
Decimal168159300.910.450.34329.4183.6135.88
HexA8F5D05B2D221495424
Octal250171350133554251112444
Binary1010100011111011101010110111011011000101010010011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80F5D; }

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

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

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

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

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

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

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

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