#AE0E5B

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

Shades of Jazzberry Jam #AE0E5B

Tints of Jazzberry Jam #AE0E5B

Color information

#AE0E5B (or 0xAE0E5B) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0E and 5B. RGB value is (174,14,91). Sum of RGB (Red+Green+Blue) = 174+14+91=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0E5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0E5B is #51F1A4. Grayscale: #464646. Windows color (decimal): -5370277 or 5967534. OLE color: 5967534.

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

Color convert

RGB1741491-
CMYK00.920.480.32
HSL331.12º85.11%36.86%-
HSV(B)331.12º91.95%68.24%-
XYZ19.510.0710.81-
YUV70.62139.51201.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.37%
GREEN value IS 14 (5.86% from 255) = 5.02%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=62.37%
G=5.02%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174149100.920.480.32331.1285.1136.86
HexAEE5B05C302014b5525
Octal256161330134604051312545
Binary1010111011101011011010111001100001000001010010111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0E5B; }

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

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

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

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

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

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

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

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