#AE0470

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

Shades of Jazzberry Jam #AE0470

Tints of Jazzberry Jam #AE0470

Color information

#AE0470 (or 0xAE0470) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 04 and 70. RGB value is (174,4,112). Sum of RGB (Red+Green+Blue) = 174+4+112=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0470 is #51FB8F. Grayscale: #424242. Windows color (decimal): -5372816 or 7341230. OLE color: 7341230.

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

Color convert

RGB1744112-
CMYK00.980.360.32
HSL321.88º95.51%34.9%-
HSV(B)321.88º97.7%68.24%-
XYZ20.4210.2616.23-
YUV67.14153.32204.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=60%
G=1.38%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174411200.980.360.32321.8895.5134.9
HexAE47006224201426023
Octal25641600142444050214043
Binary101011101001110000011000101001001000001010000101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0470; }

 p { color: rgb(174,4,112); }

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

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

 a { background-color: rgb(174,4,112); }

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

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

 span { border-color: rgb(174,4,112); }

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