#AE1A50

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

Shades of Jazzberry Jam #AE1A50

Tints of Jazzberry Jam #AE1A50

Color information

#AE1A50 (or 0xAE1A50) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 1A and 50. RGB value is (174,26,80). Sum of RGB (Red+Green+Blue) = 174+26+80=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1A50 is #51E5AF. Grayscale: #4C4C4C. Windows color (decimal): -5367216 or 5249710. OLE color: 5249710.

HSL color Cylindrical-coordinate representation of color #AE1A50: hue angle of 338.11º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A50 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB1742680-
CMYK00.850.540.32
HSL338.11º74%39.22%-
HSV(B)338.11º85.06%68.24%-
XYZ19.2710.328.56-
YUV76.41130.03197.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.14%
GREEN value IS 26 (10.55% from 255) = 9.29%
BLUE value IS 80 (31.64% from 255) = 28.57%
R=62.14%
G=9.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174268000.850.540.32338.117439.22
HexAE1A5005536201524a27
Octal256321200125664052211247
Binary10101110110101010000010101011101101000001010100101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A50; }

 p { color: rgb(174,26,80); }

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

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

 a { background-color: rgb(174,26,80); }

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

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

 span { border-color: rgb(174,26,80); }

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