#A80F5A

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

Shades of Jazzberry Jam #A80F5A

Tints of Jazzberry Jam #A80F5A

Color information

#A80F5A (or 0xA80F5A) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0F and 5A. RGB value is (168,15,90). Sum of RGB (Red+Green+Blue) = 168+15+90=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80F5A is #57F0A5. Grayscale: #454545. Windows color (decimal): -5763238 or 5902248. OLE color: 5902248.

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

Color convert

RGB1681590-
CMYK00.910.460.34
HSL330.59º83.61%35.88%-
HSV(B)330.59º91.07%65.88%-
XYZ18.169.410.53-
YUV69.3139.69198.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.54%
GREEN value IS 15 (6.25% from 255) = 5.49%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=61.54%
G=5.49%
B=32.97%

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
Decimal168159000.910.460.34330.5983.6135.88
HexA8F5A05B2E2214b5424
Octal250171320133564251312444
Binary1010100011111011010010110111011101000101010010111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80F5A; }

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

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

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

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

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

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

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

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