#AE0D5D

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

Shades of Jazzberry Jam #AE0D5D

Tints of Jazzberry Jam #AE0D5D

Color information

#AE0D5D (or 0xAE0D5D) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0D and 5D. RGB value is (174,13,93). Sum of RGB (Red+Green+Blue) = 174+13+93=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0D5D is #51F2A2. Grayscale: #464646. Windows color (decimal): -5370531 or 6098350. OLE color: 6098350.

HSL color Cylindrical-coordinate representation of color #AE0D5D: hue angle of 330.19º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0D5D is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1741393-
CMYK00.930.470.32
HSL330.19º86.1%36.67%-
HSV(B)330.19º92.53%68.24%-
XYZ19.5810.0811.27-
YUV70.26140.84202-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.14%
GREEN value IS 13 (5.47% from 255) = 4.64%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=62.14%
G=4.64%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174139300.930.470.32330.1986.136.67
HexAED5D05D2F2014a5625
Octal256151350135574051212645
Binary1010111011011011101010111011011111000001010010101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0D5D; }

 p { color: rgb(174,13,93); }

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

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

 a { background-color: rgb(174,13,93); }

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

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

 span { border-color: rgb(174,13,93); }

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