#AE0B6C

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

Shades of Jazzberry Jam #AE0B6C

Tints of Jazzberry Jam #AE0B6C

Color information

#AE0B6C (or 0xAE0B6C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0B and 6C. RGB value is (174,11,108). Sum of RGB (Red+Green+Blue) = 174+11+108=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0B6C is #51F493. Grayscale: #464646. Windows color (decimal): -5371028 or 7080878. OLE color: 7080878.

HSL color Cylindrical-coordinate representation of color #AE0B6C: hue angle of 324.29º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0B6C is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB17411108-
CMYK00.940.380.32
HSL324.29º88.11%36.27%-
HSV(B)324.29º93.68%68.24%-
XYZ20.2810.3215.11-
YUV70.8149201.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.39%
GREEN value IS 11 (4.69% from 255) = 3.75%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=59.39%
G=3.75%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741110800.940.380.32324.2988.1136.27
HexAEB6C05E26201445824
Octal256131540136464050413044
Binary1010111010111101100010111101001101000001010001001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0B6C; }

 p { color: rgb(174,11,108); }

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

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

 a { background-color: rgb(174,11,108); }

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

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

 span { border-color: rgb(174,11,108); }

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