#AE1C72

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

Shades of Jazzberry Jam #AE1C72

Tints of Jazzberry Jam #AE1C72

Color information

#AE1C72 (or 0xAE1C72) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 1C and 72. RGB value is (174,28,114). Sum of RGB (Red+Green+Blue) = 174+28+114=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1C72 is #51E38D. Grayscale: #515151. Windows color (decimal): -5366670 or 7478446. OLE color: 7478446.

HSL color Cylindrical-coordinate representation of color #AE1C72: hue angle of 324.66º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1C72 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB17428114-
CMYK00.840.340.32
HSL324.66º72.28%39.61%-
HSV(B)324.66º83.91%68.24%-
XYZ20.9111.0416.95-
YUV81.46146.37194.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.06%
GREEN value IS 28 (11.33% from 255) = 8.86%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=55.06%
G=8.86%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742811400.840.340.32324.6672.2839.61
HexAE1C7205422201454828
Octal256341620124424050511050
Binary10101110111001110010010101001000101000001010001011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C72; }

 p { color: rgb(174,28,114); }

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

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

 a { background-color: rgb(174,28,114); }

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

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

 span { border-color: rgb(174,28,114); }

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