#AE0773

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

Shades of Jazzberry Jam #AE0773

Tints of Jazzberry Jam #AE0773

Color information

#AE0773 (or 0xAE0773) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 07 and 73. RGB value is (174,7,115). Sum of RGB (Red+Green+Blue) = 174+7+115=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0773 is #51F88C. Grayscale: #444444. Windows color (decimal): -5372045 or 7538606. OLE color: 7538606.

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

Color convert

RGB1747115-
CMYK00.960.340.32
HSL321.2º92.27%35.49%-
HSV(B)321.2º95.98%68.24%-
XYZ20.6310.3917.14-
YUV69.24153.83202.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.78%
GREEN value IS 7 (3.12% from 255) = 2.36%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=58.78%
G=2.36%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174711500.960.340.32321.292.2735.49
HexAE77306022201415c23
Octal25671630140424050113443
Binary101011101111110011011000001000101000001010000011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0773; }

 p { color: rgb(174,7,115); }

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

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

 a { background-color: rgb(174,7,115); }

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

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

 span { border-color: rgb(174,7,115); }

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