#AE1576

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

Shades of Jazzberry Jam #AE1576

Tints of Jazzberry Jam #AE1576

Color information

#AE1576 (or 0xAE1576) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 15 and 76. RGB value is (174,21,118). Sum of RGB (Red+Green+Blue) = 174+21+118=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1576 is #51EA89. Grayscale: #4D4D4D. Windows color (decimal): -5368458 or 7738798. OLE color: 7738798.

HSL color Cylindrical-coordinate representation of color #AE1576: hue angle of 321.96º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE1576 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB17421118-
CMYK00.880.320.32
HSL321.96º78.46%38.24%-
HSV(B)321.96º87.93%68.24%-
XYZ20.9910.8418.13-
YUV77.8150.69196.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 21 (8.59% from 255) = 6.71%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=55.59%
G=6.71%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742111800.880.320.32321.9678.4638.24
HexAE157605820201424e26
Octal256251660130404050211646
Binary10101110101011110110010110001000001000001010000101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1576; }

 p { color: rgb(174,21,118); }

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

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

 a { background-color: rgb(174,21,118); }

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

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

 span { border-color: rgb(174,21,118); }

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