#AE1254

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

Shades of Jazzberry Jam #AE1254

Tints of Jazzberry Jam #AE1254

Color information

#AE1254 (or 0xAE1254) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 12 and 54. RGB value is (174,18,84). Sum of RGB (Red+Green+Blue) = 174+18+84=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1254 is #51EDAB. Grayscale: #484848. Windows color (decimal): -5369260 or 5509806. OLE color: 5509806.

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

Color convert

RGB1741884-
CMYK00.900.520.32
HSL334.62º81.25%37.65%-
HSV(B)334.62º89.66%68.24%-
XYZ19.2710.079.32-
YUV72.17134.68200.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.04%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 84 (33.20% from 255) = 30.43%
R=63.04%
G=6.52%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174188400.900.520.32334.6281.2537.65
HexAE125405A342014f5126
Octal256221240132644051712146
Binary10101110100101010100010110101101001000001010011111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1254; }

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

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

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

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

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

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

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

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