#AE1072

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

Shades of Jazzberry Jam #AE1072

Tints of Jazzberry Jam #AE1072

Color information

#AE1072 (or 0xAE1072) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 10 and 72. RGB value is (174,16,114). Sum of RGB (Red+Green+Blue) = 174+16+114=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1072 is #51EF8D. Grayscale: #4A4A4A. Windows color (decimal): -5369742 or 7475374. OLE color: 7475374.

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

Color convert

RGB17416114-
CMYK00.910.340.32
HSL322.78º83.16%37.25%-
HSV(B)322.78º90.8%68.24%-
XYZ20.6810.5816.87-
YUV74.41150.35199.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.24%
GREEN value IS 16 (6.64% from 255) = 5.26%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=57.24%
G=5.26%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741611400.910.340.32322.7883.1637.25
HexAE107205B22201435325
Octal256201620133424050312345
Binary10101110100001110010010110111000101000001010000111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1072; }

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

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

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

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

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

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

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

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