#AE096E

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

Shades of Jazzberry Jam #AE096E

Tints of Jazzberry Jam #AE096E

Color information

#AE096E (or 0xAE096E) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 09 and 6E. RGB value is (174,9,110). Sum of RGB (Red+Green+Blue) = 174+9+110=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE096E is #51F691. Grayscale: #454545. Windows color (decimal): -5371538 or 7211438. OLE color: 7211438.

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

Color convert

RGB1749110-
CMYK00.950.370.32
HSL323.27º90.16%35.88%-
HSV(B)323.27º94.83%68.24%-
XYZ20.3710.3215.67-
YUV69.85150.66202.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.39%
GREEN value IS 9 (3.91% from 255) = 3.07%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=59.39%
G=3.07%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174911000.950.370.32323.2790.1635.88
HexAE96E05F25201435a24
Octal256111560137454050313244
Binary1010111010011101110010111111001011000001010000111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE096E; }

 p { color: rgb(174,9,110); }

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

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

 a { background-color: rgb(174,9,110); }

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

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

 span { border-color: rgb(174,9,110); }

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