#AE1C57

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

Shades of Jazzberry Jam #AE1C57

Tints of Jazzberry Jam #AE1C57

Color information

#AE1C57 (or 0xAE1C57) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 1C and 57. RGB value is (174,28,87). Sum of RGB (Red+Green+Blue) = 174+28+87=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1C57 is #51E3A8. Grayscale: #4E4E4E. Windows color (decimal): -5366697 or 5708974. OLE color: 5708974.

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

Color convert

RGB1742887-
CMYK00.840.50.32
HSL335.75º72.28%39.61%-
HSV(B)335.75º83.91%68.24%-
XYZ19.5910.5210.01-
YUV78.38132.87196.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 28 (11.33% from 255) = 9.69%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=60.21%
G=9.69%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174288700.840.50.32335.7572.2839.61
HexAE1C5705432201504828
Octal256341270124624052011050
Binary10101110111001010111010101001100101000001010100001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C57; }

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

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

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

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

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

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

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

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