#A80142

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

Shades of Jazzberry Jam #A80142

Tints of Jazzberry Jam #A80142

Color information

#A80142 (or 0xA80142) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 01 and 42. RGB value is (168,1,66). Sum of RGB (Red+Green+Blue) = 168+1+66=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A80142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80142 is #57FEBD. Grayscale: #3A3A3A. Windows color (decimal): -5766846 or 4325800. OLE color: 4325800.

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

Color convert

RGB168166-
CMYK00.990.610.34
HSL336.65º98.82%33.14%-
HSV(B)336.65º99.4%65.88%-
XYZ17.148.745.94-
YUV58.34132.33206.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 71.49%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=71.49%
G=0.43%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816600.990.610.34336.6598.8233.14
HexA81420633D221516321
Octal25011020143754252114341
Binary1010100011000010011000111111011000101010100011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80142; }

 p { color: rgb(168,1,66); }

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

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

 a { background-color: rgb(168,1,66); }

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

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

 span { border-color: rgb(168,1,66); }

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