#a81e57

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

Shades of Jazzberry Jam #A81E57

Tints of Jazzberry Jam #A81E57

Color information

#A81E57 (or 0xA81E57) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 1E and 57. RGB value is (168,30,87). Sum of RGB (Red+Green+Blue) = 168+30+87=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A81E57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81E57 is #57E1A8. Grayscale: #4D4D4D. Windows color (decimal): -5759401 or 5709480. OLE color: 5709480.

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

Color convert

RGB1683087-
CMYK00.820.480.34
HSL335.22º69.7%38.82%-
HSV(B)335.22º82.14%65.88%-
XYZ18.339.949.97-
YUV77.76133.22192.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.95%
GREEN value IS 30 (12.11% from 255) = 10.53%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=58.95%
G=10.53%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168308700.820.480.34335.2269.738.82
HexA81E57052302214f4627
Octal250361270122604251710647
Binary10101000111101010111010100101100001000101010011111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a81e57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a81e57; }

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

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

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

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

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

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

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

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