#AE1250

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

Shades of Jazzberry Jam #AE1250

Tints of Jazzberry Jam #AE1250

Color information

#AE1250 (or 0xAE1250) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 12 and 50. RGB value is (174,18,80). Sum of RGB (Red+Green+Blue) = 174+18+80=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1250 is #51EDAF. Grayscale: #474747. Windows color (decimal): -5369264 or 5247662. OLE color: 5247662.

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

Color convert

RGB1741880-
CMYK00.900.540.32
HSL336.15º81.25%37.65%-
HSV(B)336.15º89.66%68.24%-
XYZ19.1210.018.51-
YUV71.71132.68200.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.97%
GREEN value IS 18 (7.42% from 255) = 6.62%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=63.97%
G=6.62%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174188000.900.540.32336.1581.2537.65
HexAE125005A36201505126
Octal256221200132664052012146
Binary10101110100101010000010110101101101000001010100001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1250; }

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

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

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

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

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

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

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

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