#AE0159

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

Shades of Jazzberry Jam #AE0159

Tints of Jazzberry Jam #AE0159

Color information

#AE0159 (or 0xAE0159) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 01 and 59. RGB value is (174,1,89). Sum of RGB (Red+Green+Blue) = 174+1+89=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0159 is #51FEA6. Grayscale: #3E3E3E. Windows color (decimal): -5373607 or 5833134. OLE color: 5833134.

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

Color convert

RGB174189-
CMYK00.990.490.32
HSL329.48º98.86%34.31%-
HSV(B)329.48º99.43%68.24%-
XYZ19.279.7410.32-
YUV62.76142.81207.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.91%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 89 (35.16% from 255) = 33.71%
R=65.91%
G=0.38%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17418900.990.490.32329.4898.8634.31
HexAE15906331201496322
Octal25611310143614051114342
Binary1010111011011001011000111100011000001010010011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0159; }

 p { color: rgb(174,1,89); }

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

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

 a { background-color: rgb(174,1,89); }

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

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

 span { border-color: rgb(174,1,89); }

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