#AE1C73

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

Shades of Jazzberry Jam #AE1C73

Tints of Jazzberry Jam #AE1C73

Color information

#AE1C73 (or 0xAE1C73) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 1C and 73. RGB value is (174,28,115). Sum of RGB (Red+Green+Blue) = 174+28+115=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1C73 is #51E38C. Grayscale: #515151. Windows color (decimal): -5366669 or 7543982. OLE color: 7543982.

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

Color convert

RGB17428115-
CMYK00.840.340.32
HSL324.25º72.28%39.61%-
HSV(B)324.25º83.91%68.24%-
XYZ20.9711.0717.25-
YUV81.57146.87193.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 28 (11.33% from 255) = 8.83%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=54.89%
G=8.83%
B=36.28%

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
Decimal1742811500.840.340.32324.2572.2839.61
HexAE1C7305422201444828
Octal256341630124424050411050
Binary10101110111001110011010101001000101000001010001001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C73; }

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

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

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

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

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

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

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

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