#AE0E58

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

Shades of Jazzberry Jam #AE0E58

Tints of Jazzberry Jam #AE0E58

Color information

#AE0E58 (or 0xAE0E58) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0E and 58. RGB value is (174,14,88). Sum of RGB (Red+Green+Blue) = 174+14+88=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0E58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0E58 is #51F1A7. Grayscale: #464646. Windows color (decimal): -5370280 or 5770926. OLE color: 5770926.

HSL color Cylindrical-coordinate representation of color #AE0E58: hue angle of 332.25º 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 #AE0E58 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1741488-
CMYK00.920.490.32
HSL332.25º85.11%36.86%-
HSV(B)332.25º91.95%68.24%-
XYZ19.3710.0210.14-
YUV70.28138.01201.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.04%
GREEN value IS 14 (5.86% from 255) = 5.07%
BLUE value IS 88 (34.77% from 255) = 31.88%
R=63.04%
G=5.07%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174148800.920.490.32332.2585.1136.86
HexAEE5805C312014c5525
Octal256161300134614051412545
Binary1010111011101011000010111001100011000001010011001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0E58; }

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

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

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

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

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

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

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

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