#AE1260

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

Shades of Jazzberry Jam #AE1260

Tints of Jazzberry Jam #AE1260

Color information

#AE1260 (or 0xAE1260) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 12 and 60. RGB value is (174,18,96). Sum of RGB (Red+Green+Blue) = 174+18+96=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1260 is #51ED9F. Grayscale: #494949. Windows color (decimal): -5369248 or 6296238. OLE color: 6296238.

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

Color convert

RGB1741896-
CMYK00.900.450.32
HSL330º81.25%37.65%-
HSV(B)330º89.66%68.24%-
XYZ19.7810.2812.01-
YUV73.54140.68199.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.42%
GREEN value IS 18 (7.42% from 255) = 6.25%
BLUE value IS 96 (37.89% from 255) = 33.33%
R=60.42%
G=6.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174189600.900.450.3233081.2537.65
HexAE126005A2D2014a5126
Octal256221400132554051212146
Binary10101110100101100000010110101011011000001010010101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1260; }

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

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

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

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

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

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

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

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