#AE0B6A

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

Shades of Jazzberry Jam #AE0B6A

Tints of Jazzberry Jam #AE0B6A

Color information

#AE0B6A (or 0xAE0B6A) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0B and 6A. RGB value is (174,11,106). Sum of RGB (Red+Green+Blue) = 174+11+106=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0B6A is #51F495. Grayscale: #464646. Windows color (decimal): -5371030 or 6949806. OLE color: 6949806.

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

Color convert

RGB17411106-
CMYK00.940.390.32
HSL325.03º88.11%36.27%-
HSV(B)325.03º93.68%68.24%-
XYZ20.1810.2814.56-
YUV70.57148201.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.79%
GREEN value IS 11 (4.69% from 255) = 3.78%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=59.79%
G=3.78%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741110600.940.390.32325.0388.1136.27
HexAEB6A05E27201455824
Octal256131520136474050513044
Binary1010111010111101010010111101001111000001010001011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0B6A; }

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

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

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

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

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

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

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

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