#AE1252

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

Shades of Jazzberry Jam #AE1252

Tints of Jazzberry Jam #AE1252

Color information

#AE1252 (or 0xAE1252) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 12 and 52. RGB value is (174,18,82). Sum of RGB (Red+Green+Blue) = 174+18+82=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1252 is #51EDAD. Grayscale: #474747. Windows color (decimal): -5369262 or 5378734. OLE color: 5378734.

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

Color convert

RGB1741882-
CMYK00.900.530.32
HSL335.38º81.25%37.65%-
HSV(B)335.38º89.66%68.24%-
XYZ19.1910.048.91-
YUV71.94133.68200.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.50%
GREEN value IS 18 (7.42% from 255) = 6.57%
BLUE value IS 82 (32.42% from 255) = 29.93%
R=63.50%
G=6.57%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174188200.900.530.32335.3881.2537.65
HexAE125205A352014f5126
Octal256221220132654051712146
Binary10101110100101010010010110101101011000001010011111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1252; }

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

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

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

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

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

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

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

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