#AE056E

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

Shades of Jazzberry Jam #AE056E

Tints of Jazzberry Jam #AE056E

Color information

#AE056E (or 0xAE056E) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 05 and 6E. RGB value is (174,5,110). Sum of RGB (Red+Green+Blue) = 174+5+110=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE056E is #51FA91. Grayscale: #434343. Windows color (decimal): -5372562 or 7210414. OLE color: 7210414.

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

Color convert

RGB1745110-
CMYK00.970.370.32
HSL322.72º94.41%35.1%-
HSV(B)322.72º97.13%68.24%-
XYZ20.3210.2315.66-
YUV67.5151.99203.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 5 (2.34% from 255) = 1.73%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=60.21%
G=1.73%
B=38.06%

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
Decimal174511000.970.370.32322.7294.4135.1
HexAE56E06125201435e23
Octal25651560141454050313643
Binary101011101011101110011000011001011000001010000111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE056E; }

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

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

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

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

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

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

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

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