#AE1570

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

Shades of Jazzberry Jam #AE1570

Tints of Jazzberry Jam #AE1570

Color information

#AE1570 (or 0xAE1570) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 15 and 70. RGB value is (174,21,112). Sum of RGB (Red+Green+Blue) = 174+21+112=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1570 is #51EA8F. Grayscale: #4C4C4C. Windows color (decimal): -5368464 or 7345582. OLE color: 7345582.

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

Color convert

RGB17421112-
CMYK00.880.360.32
HSL324.31º78.46%38.24%-
HSV(B)324.31º87.93%68.24%-
XYZ20.6510.716.31-
YUV77.12147.69197.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.68%
GREEN value IS 21 (8.59% from 255) = 6.84%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=56.68%
G=6.84%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742111200.880.360.32324.3178.4638.24
HexAE157005824201444e26
Octal256251600130444050411646
Binary10101110101011110000010110001001001000001010001001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1570; }

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

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

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

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

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

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

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

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