#AE056D

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

Shades of Jazzberry Jam #AE056D

Tints of Jazzberry Jam #AE056D

Color information

#AE056D (or 0xAE056D) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 05 and 6D. RGB value is (174,5,109). Sum of RGB (Red+Green+Blue) = 174+5+109=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE056D is #51FA92. Grayscale: #434343. Windows color (decimal): -5372563 or 7144878. OLE color: 7144878.

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

Color convert

RGB1745109-
CMYK00.970.370.32
HSL323.08º94.41%35.1%-
HSV(B)323.08º97.13%68.24%-
XYZ20.2710.2115.37-
YUV67.39151.49204.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.42%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=60.42%
G=1.74%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174510900.970.370.32323.0894.4135.1
HexAE56D06125201435e23
Octal25651550141454050313643
Binary101011101011101101011000011001011000001010000111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE056D; }

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

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

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

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

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

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

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

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