#ae0b55

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

Shades of Jazzberry Jam #AE0B55

Tints of Jazzberry Jam #AE0B55

Color information

#AE0B55 (or 0xAE0B55) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0B and 55. RGB value is (174,11,85). Sum of RGB (Red+Green+Blue) = 174+11+85=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0B55 is #51F4AA. Grayscale: #444444. Windows color (decimal): -5371051 or 5573550. OLE color: 5573550.

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

Color convert

RGB1741185-
CMYK00.940.510.32
HSL332.76º88.11%36.27%-
HSV(B)332.76º93.68%68.24%-
XYZ19.219.899.49-
YUV68.17137.5203.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.44%
GREEN value IS 11 (4.69% from 255) = 4.07%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=64.44%
G=4.07%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174118500.940.510.32332.7688.1136.27
HexAEB5505E332014d5824
Octal256131250136634051513044
Binary1010111010111010101010111101100111000001010011011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae0b55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae0b55; }

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

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

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

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

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

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

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

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