#AE0E57

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

Shades of Jazzberry Jam #AE0E57

Tints of Jazzberry Jam #AE0E57

Color information

#AE0E57 (or 0xAE0E57) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0E and 57. RGB value is (174,14,87). Sum of RGB (Red+Green+Blue) = 174+14+87=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0E57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0E57 is #51F1A8. Grayscale: #464646. Windows color (decimal): -5370281 or 5705390. OLE color: 5705390.

HSL color Cylindrical-coordinate representation of color #AE0E57: hue angle of 332.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE0E57 is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB1741487-
CMYK00.920.50.32
HSL332.62º85.11%36.86%-
HSV(B)332.62º91.95%68.24%-
XYZ19.33109.93-
YUV70.16137.51202.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 14 (5.86% from 255) = 5.09%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=63.27%
G=5.09%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174148700.920.50.32332.6285.1136.86
HexAEE5705C322014d5525
Octal256161270134624051512545
Binary1010111011101010111010111001100101000001010011011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0E57; }

 p { color: rgb(174,14,87); }

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

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

 a { background-color: rgb(174,14,87); }

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

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

 span { border-color: rgb(174,14,87); }

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