#A80F5B

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

Shades of Jazzberry Jam #A80F5B

Tints of Jazzberry Jam #A80F5B

Color information

#A80F5B (or 0xA80F5B) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0F and 5B. RGB value is (168,15,91). Sum of RGB (Red+Green+Blue) = 168+15+91=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80F5B is #57F0A4. Grayscale: #454545. Windows color (decimal): -5763237 or 5967784. OLE color: 5967784.

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

Color convert

RGB1681591-
CMYK00.910.460.34
HSL330.2º83.61%35.88%-
HSV(B)330.2º91.07%65.88%-
XYZ18.219.4210.76-
YUV69.41140.19198.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.31%
GREEN value IS 15 (6.25% from 255) = 5.47%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=61.31%
G=5.47%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168159100.910.460.34330.283.6135.88
HexA8F5B05B2E2214a5424
Octal250171330133564251212444
Binary1010100011111011011010110111011101000101010010101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80F5B; }

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

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

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

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

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

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

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

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