#A80550

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

Shades of Jazzberry Jam #A80550

Tints of Jazzberry Jam #A80550

Color information

#A80550 (or 0xA80550) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 05 and 50. RGB value is (168,5,80). Sum of RGB (Red+Green+Blue) = 168+5+80=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A80550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80550 is #57FAAF. Grayscale: #3E3E3E. Windows color (decimal): -5765808 or 5244328. OLE color: 5244328.

HSL color Cylindrical-coordinate representation of color #A80550: hue angle of 332.39º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80550 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB168580-
CMYK00.970.520.34
HSL332.39º94.22%33.92%-
HSV(B)332.39º97.02%65.88%-
XYZ17.659.018.4-
YUV62.29138203.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.40%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=66.40%
G=1.98%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16858000.970.520.34332.3994.2233.92
HexA8550061342214c5e22
Octal25051200141644251413642
Binary101010001011010000011000011101001000101010011001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80550; }

 p { color: rgb(168,5,80); }

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

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

 a { background-color: rgb(168,5,80); }

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

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

 span { border-color: rgb(168,5,80); }

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