#AE0C71

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

Shades of Jazzberry Jam #AE0C71

Tints of Jazzberry Jam #AE0C71

Color information

#AE0C71 (or 0xAE0C71) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0C and 71. RGB value is (174,12,113). Sum of RGB (Red+Green+Blue) = 174+12+113=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0C71 is #51F38E. Grayscale: #474747. Windows color (decimal): -5370767 or 7408814. OLE color: 7408814.

HSL color Cylindrical-coordinate representation of color #AE0C71: hue angle of 322.59º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0C71 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB17412113-
CMYK00.930.350.32
HSL322.59º87.1%36.47%-
HSV(B)322.59º93.1%68.24%-
XYZ20.5710.4516.56-
YUV71.95151.17200.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.19%
GREEN value IS 12 (5.08% from 255) = 4.01%
BLUE value IS 113 (44.53% from 255) = 37.79%
R=58.19%
G=4.01%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741211300.930.350.32322.5987.136.47
HexAEC7105D23201435724
Octal256141610135434050312744
Binary1010111011001110001010111011000111000001010000111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0C71; }

 p { color: rgb(174,12,113); }

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

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

 a { background-color: rgb(174,12,113); }

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

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

 span { border-color: rgb(174,12,113); }

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