#A80053

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

Shades of Jazzberry Jam #A80053

Tints of Jazzberry Jam #A80053

Color information

#A80053 (or 0xA80053) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 00 and 53. RGB value is (168,0,83). Sum of RGB (Red+Green+Blue) = 168+0+83=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A80053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80053 is #57FFAC. Grayscale: #3B3B3B. Windows color (decimal): -5767085 or 5439656. OLE color: 5439656.

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

Color convert

RGB168083-
CMYK010.510.34
HSL330.36º100%32.94%-
HSV(B)330.36º100%65.88%-
XYZ17.718.958.98-
YUV59.69141.16205.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=66.93%
G=0%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168083010.510.34330.3610032.94
HexA8053064332214a6421
Octal25001230144634251214441
Binary1010100001010011011001001100111000101010010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80053; }

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

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

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

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

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

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

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

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