#AE114C

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

Shades of Jazzberry Jam #AE114C

Tints of Jazzberry Jam #AE114C

Color information

#AE114C (or 0xAE114C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 11 and 4C. RGB value is (174,17,76). Sum of RGB (Red+Green+Blue) = 174+17+76=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE114C is #51EEB3. Grayscale: #464646. Windows color (decimal): -5369524 or 4985262. OLE color: 4985262.

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

Color convert

RGB1741776-
CMYK00.900.560.32
HSL337.45º82.2%37.45%-
HSV(B)337.45º90.23%68.24%-
XYZ18.969.927.75-
YUV70.67131.01201.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.17%
GREEN value IS 17 (7.03% from 255) = 6.37%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=65.17%
G=6.37%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174177600.900.560.32337.4582.237.45
HexAE114C05A38201515225
Octal256211140132704052112245
Binary10101110100011001100010110101110001000001010100011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE114C; }

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

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

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

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

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

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

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

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