#AE1271

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

Shades of Jazzberry Jam #AE1271

Tints of Jazzberry Jam #AE1271

Color information

#AE1271 (or 0xAE1271) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 12 and 71. RGB value is (174,18,113). Sum of RGB (Red+Green+Blue) = 174+18+113=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1271 is #51ED8E. Grayscale: #4B4B4B. Windows color (decimal): -5369231 or 7410350. OLE color: 7410350.

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

Color convert

RGB17418113-
CMYK00.900.350.32
HSL323.46º81.25%37.65%-
HSV(B)323.46º89.66%68.24%-
XYZ20.6510.6216.58-
YUV75.47149.18198.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 18 (7.42% from 255) = 5.90%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=57.05%
G=5.90%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741811300.900.350.32323.4681.2537.65
HexAE127105A23201435126
Octal256221610132434050312146
Binary10101110100101110001010110101000111000001010000111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1271; }

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

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

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

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

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

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

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

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