#AE1172

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

Shades of Jazzberry Jam #AE1172

Tints of Jazzberry Jam #AE1172

Color information

#AE1172 (or 0xAE1172) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 11 and 72. RGB value is (174,17,114). Sum of RGB (Red+Green+Blue) = 174+17+114=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1172 is #51EE8D. Grayscale: #4A4A4A. Windows color (decimal): -5369486 or 7475630. OLE color: 7475630.

HSL color Cylindrical-coordinate representation of color #AE1172: hue angle of 322.93º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1172 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB17417114-
CMYK00.900.340.32
HSL322.93º82.2%37.45%-
HSV(B)322.93º90.23%68.24%-
XYZ20.6910.6116.88-
YUV75150.01198.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 17 (7.03% from 255) = 5.57%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=57.05%
G=5.57%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741711400.900.340.32322.9382.237.45
HexAE117205A22201435225
Octal256211620132424050312245
Binary10101110100011110010010110101000101000001010000111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1172; }

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

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

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

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

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

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

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

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