#AE0063

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

Shades of Jazzberry Jam #AE0063

Tints of Jazzberry Jam #AE0063

Color information

#AE0063 (or 0xAE0063) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 00 and 63. RGB value is (174,0,99). Sum of RGB (Red+Green+Blue) = 174+0+99=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0063 is #51FF9C. Grayscale: #3F3F3F. Windows color (decimal): -5373853 or 6488238. OLE color: 6488238.

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

Color convert

RGB174099-
CMYK010.430.32
HSL325.86º100%34.12%-
HSV(B)325.86º100%68.24%-
XYZ19.719.912.68-
YUV63.31148.15206.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=63.74%
G=0%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174099010.430.32325.8610034.12
HexAE0630642B201466422
Octal25601430144534050614442
Binary1010111001100011011001001010111000001010001101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0063; }

 p { color: rgb(174,0,99); }

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

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

 a { background-color: rgb(174,0,99); }

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

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

 span { border-color: rgb(174,0,99); }

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