#A81E76

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

Shades of Jazzberry Jam #A81E76

Tints of Jazzberry Jam #A81E76

Color information

#A81E76 (or 0xA81E76) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 1E and 76. RGB value is (168,30,118). Sum of RGB (Red+Green+Blue) = 168+30+118=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A81E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81E76 is #57E189. Grayscale: #515151. Windows color (decimal): -5759370 or 7741096. OLE color: 7741096.

HSL color Cylindrical-coordinate representation of color #A81E76: hue angle of 321.74º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81E76 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB16830118-
CMYK00.820.300.34
HSL321.74º69.7%38.82%-
HSV(B)321.74º82.14%65.88%-
XYZ19.8810.5618.13-
YUV81.29148.72189.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.16%
GREEN value IS 30 (12.11% from 255) = 9.49%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=53.16%
G=9.49%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683011800.820.300.34321.7469.738.82
HexA81E760521E221424627
Octal250361660122364250210647
Binary1010100011110111011001010010111101000101010000101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81E76; }

 p { color: rgb(168,30,118); }

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

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

 a { background-color: rgb(168,30,118); }

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

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

 span { border-color: rgb(168,30,118); }

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