#AE0E54

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

Shades of Jazzberry Jam #AE0E54

Tints of Jazzberry Jam #AE0E54

Color information

#AE0E54 (or 0xAE0E54) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0E and 54. RGB value is (174,14,84). Sum of RGB (Red+Green+Blue) = 174+14+84=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0E54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0E54 is #51F1AB. Grayscale: #454545. Windows color (decimal): -5370284 or 5508782. OLE color: 5508782.

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

Color convert

RGB1741484-
CMYK00.920.520.32
HSL333.75º85.11%36.86%-
HSV(B)333.75º91.95%68.24%-
XYZ19.219.959.3-
YUV69.82136.01202.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.97%
GREEN value IS 14 (5.86% from 255) = 5.15%
BLUE value IS 84 (33.20% from 255) = 30.88%
R=63.97%
G=5.15%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174148400.920.520.32333.7585.1136.86
HexAEE5405C342014e5525
Octal256161240134644051612545
Binary1010111011101010100010111001101001000001010011101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0E54; }

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

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

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

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

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

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

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

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