#AE0976

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

Shades of Jazzberry Jam #AE0976

Tints of Jazzberry Jam #AE0976

Color information

#AE0976 (or 0xAE0976) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 09 and 76. RGB value is (174,9,118). Sum of RGB (Red+Green+Blue) = 174+9+118=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0976 is #51F689. Grayscale: #464646. Windows color (decimal): -5371530 or 7735726. OLE color: 7735726.

HSL color Cylindrical-coordinate representation of color #AE0976: hue angle of 320.36º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0976 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB1749118-
CMYK00.950.320.32
HSL320.36º90.16%35.88%-
HSV(B)320.36º94.83%68.24%-
XYZ20.8210.518.07-
YUV70.76154.66201.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.81%
GREEN value IS 9 (3.91% from 255) = 2.99%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=57.81%
G=2.99%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174911800.950.320.32320.3690.1635.88
HexAE97605F20201405a24
Octal256111660137404050013244
Binary1010111010011110110010111111000001000001010000001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0976; }

 p { color: rgb(174,9,118); }

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

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

 a { background-color: rgb(174,9,118); }

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

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

 span { border-color: rgb(174,9,118); }

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