#AE0E65

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

Shades of Jazzberry Jam #AE0E65

Tints of Jazzberry Jam #AE0E65

Color information

#AE0E65 (or 0xAE0E65) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0E and 65. RGB value is (174,14,101). Sum of RGB (Red+Green+Blue) = 174+14+101=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0E65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0E65 is #51F19A. Grayscale: #474747. Windows color (decimal): -5370267 or 6622894. OLE color: 6622894.

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

Color convert

RGB17414101-
CMYK00.920.420.32
HSL327.38º85.11%36.86%-
HSV(B)327.38º91.95%68.24%-
XYZ19.9610.2513.24-
YUV71.76144.51200.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 14 (5.86% from 255) = 4.84%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=60.21%
G=4.84%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741410100.920.420.32327.3885.1136.86
HexAEE6505C2A201475525
Octal256161450134524050712545
Binary1010111011101100101010111001010101000001010001111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0E65; }

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

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

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

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

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

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

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

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