#A80054

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

Shades of Jazzberry Jam #A80054

Tints of Jazzberry Jam #A80054

Color information

#A80054 (or 0xA80054) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 00 and 54. RGB value is (168,0,84). Sum of RGB (Red+Green+Blue) = 168+0+84=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A80054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80054 is #57FFAB. Grayscale: #3B3B3B. Windows color (decimal): -5767084 or 5505192. OLE color: 5505192.

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

Color convert

RGB168084-
CMYK010.50.34
HSL330º100%32.94%-
HSV(B)330º100%65.88%-
XYZ17.758.969.18-
YUV59.81141.66205.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.5
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168084010.50.3433010032.94
HexA8054064322214a6421
Octal25001240144624251214441
Binary1010100001010100011001001100101000101010010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80054; }

 p { color: rgb(168,0,84); }

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

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

 a { background-color: rgb(168,0,84); }

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

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

 span { border-color: rgb(168,0,84); }

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