#AE0860

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

Shades of Jazzberry Jam #AE0860

Tints of Jazzberry Jam #AE0860

Color information

#AE0860 (or 0xAE0860) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 08 and 60. RGB value is (174,8,96). Sum of RGB (Red+Green+Blue) = 174+8+96=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0860 is #51F79F. Grayscale: #434343. Windows color (decimal): -5371808 or 6293678. OLE color: 6293678.

HSL color Cylindrical-coordinate representation of color #AE0860: hue angle of 328.19º degrees, saturation: 0.91, 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 #AE0860 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB174896-
CMYK00.950.450.32
HSL328.19º91.21%35.69%-
HSV(B)328.19º95.4%68.24%-
XYZ19.6510.0211.96-
YUV67.67144203.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.59%
GREEN value IS 8 (3.52% from 255) = 2.88%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=62.59%
G=2.88%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17489600.950.450.32328.1991.2135.69
HexAE86005F2D201485b24
Octal256101400137554051013344
Binary1010111010001100000010111111011011000001010010001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0860; }

 p { color: rgb(174,8,96); }

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

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

 a { background-color: rgb(174,8,96); }

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

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

 span { border-color: rgb(174,8,96); }

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