#AE0E64

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

Shades of Jazzberry Jam #AE0E64

Tints of Jazzberry Jam #AE0E64

Color information

#AE0E64 (or 0xAE0E64) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0E and 64. RGB value is (174,14,100). Sum of RGB (Red+Green+Blue) = 174+14+100=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0E64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0E64 is #51F19B. Grayscale: #474747. Windows color (decimal): -5370268 or 6557358. OLE color: 6557358.

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

Color convert

RGB17414100-
CMYK00.920.430.32
HSL327.75º85.11%36.86%-
HSV(B)327.75º91.95%68.24%-
XYZ19.9110.2312.98-
YUV71.64144.01201.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.42%
GREEN value IS 14 (5.86% from 255) = 4.86%
BLUE value IS 100 (39.45% from 255) = 34.72%
R=60.42%
G=4.86%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741410000.920.430.32327.7585.1136.86
HexAEE6405C2B201485525
Octal256161440134534051012545
Binary1010111011101100100010111001010111000001010010001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0E64; }

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

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

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

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

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

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

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

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