#ae124e

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

Shades of Jazzberry Jam #AE124E

Tints of Jazzberry Jam #AE124E

Color information

#AE124E (or 0xAE124E) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 12 and 4E. RGB value is (174,18,78). Sum of RGB (Red+Green+Blue) = 174+18+78=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE124E is #51EDB1. Grayscale: #474747. Windows color (decimal): -5369266 or 5116590. OLE color: 5116590.

HSL color Cylindrical-coordinate representation of color #AE124E: hue angle of 336.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE124E is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1741878-
CMYK00.900.550.32
HSL336.92º81.25%37.65%-
HSV(B)336.92º89.66%68.24%-
XYZ19.059.988.13-
YUV71.48131.68201.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.44%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=64.44%
G=6.67%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174187800.900.550.32336.9281.2537.65
HexAE124E05A37201515126
Octal256221160132674052112146
Binary10101110100101001110010110101101111000001010100011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae124e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae124e; }

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

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

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

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

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

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

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

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