#AE0069

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

Shades of Jazzberry Jam #AE0069

Tints of Jazzberry Jam #AE0069

Color information

#AE0069 (or 0xAE0069) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 00 and 69. RGB value is (174,0,105). Sum of RGB (Red+Green+Blue) = 174+0+105=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0069 is #51FF96. Grayscale: #3F3F3F. Windows color (decimal): -5373847 or 6881454. OLE color: 6881454.

HSL color Cylindrical-coordinate representation of color #AE0069: hue angle of 323.79º 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 #AE0069 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB1740105-
CMYK010.400.32
HSL323.79º100%34.12%-
HSV(B)323.79º100%68.24%-
XYZ20.0110.0214.24-
YUV64151.15206.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 105 (41.41% from 255) = 37.63%
R=62.37%
G=0%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1740105010.400.32323.7910034.12
HexAE06906428201446422
Octal25601510144504050414442
Binary1010111001101001011001001010001000001010001001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0069; }

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

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

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

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

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

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

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

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