#ae0b6b

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

Shades of Jazzberry Jam #AE0B6B

Tints of Jazzberry Jam #AE0B6B

Color information

#AE0B6B (or 0xAE0B6B) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0B and 6B. RGB value is (174,11,107). Sum of RGB (Red+Green+Blue) = 174+11+107=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0B6B is #51F494. Grayscale: #464646. Windows color (decimal): -5371029 or 7015342. OLE color: 7015342.

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

Color convert

RGB17411107-
CMYK00.940.390.32
HSL324.66º88.11%36.27%-
HSV(B)324.66º93.68%68.24%-
XYZ20.2310.314.83-
YUV70.68148.5201.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.59%
GREEN value IS 11 (4.69% from 255) = 3.77%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=59.59%
G=3.77%
B=36.64%

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
Decimal1741110700.940.390.32324.6688.1136.27
HexAEB6B05E27201455824
Octal256131530136474050513044
Binary1010111010111101011010111101001111000001010001011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae0b6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae0b6b; }

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

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

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

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

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

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

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

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