#AE116D

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

Shades of Jazzberry Jam #AE116D

Tints of Jazzberry Jam #AE116D

Color information

#AE116D (or 0xAE116D) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 11 and 6D. RGB value is (174,17,109). Sum of RGB (Red+Green+Blue) = 174+17+109=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE116D is #51EE92. Grayscale: #4A4A4A. Windows color (decimal): -5369491 or 7147950. OLE color: 7147950.

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

Color convert

RGB17417109-
CMYK00.900.370.32
HSL324.84º82.2%37.45%-
HSV(B)324.84º90.23%68.24%-
XYZ20.4210.515.42-
YUV74.43147.51199.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 109 (42.97% from 255) = 36.33%
R=58%
G=5.67%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741710900.900.370.32324.8482.237.45
HexAE116D05A25201455225
Octal256211550132454050512245
Binary10101110100011101101010110101001011000001010001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE116D; }

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

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

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

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

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

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

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

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