#AE0A4E

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

Shades of Jazzberry Jam #AE0A4E

Tints of Jazzberry Jam #AE0A4E

Color information

#AE0A4E (or 0xAE0A4E) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0A and 4E. RGB value is (174,10,78). Sum of RGB (Red+Green+Blue) = 174+10+78=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0A4E is #51F5B1. Grayscale: #424242. Windows color (decimal): -5371314 or 5114542. OLE color: 5114542.

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

Color convert

RGB1741078-
CMYK00.940.550.32
HSL335.12º89.13%36.08%-
HSV(B)335.12º94.25%68.24%-
XYZ18.949.778.09-
YUV66.79134.33204.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.41%
GREEN value IS 10 (4.30% from 255) = 3.82%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=66.41%
G=3.82%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174107800.940.550.32335.1289.1336.08
HexAEA4E05E372014f5924
Octal256121160136674051713144
Binary1010111010101001110010111101101111000001010011111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0A4E; }

 p { color: rgb(174,10,78); }

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

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

 a { background-color: rgb(174,10,78); }

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

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

 span { border-color: rgb(174,10,78); }

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