#AE1563

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

Shades of Jazzberry Jam #AE1563

Tints of Jazzberry Jam #AE1563

Color information

#AE1563 (or 0xAE1563) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 15 and 63. RGB value is (174,21,99). Sum of RGB (Red+Green+Blue) = 174+21+99=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1563 is #51EA9C. Grayscale: #4B4B4B. Windows color (decimal): -5368477 or 6493614. OLE color: 6493614.

HSL color Cylindrical-coordinate representation of color #AE1563: hue angle of 329.41º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE1563 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB1742199-
CMYK00.880.430.32
HSL329.41º78.46%38.24%-
HSV(B)329.41º87.93%68.24%-
XYZ19.9810.4412.77-
YUV75.64141.19198.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.18%
GREEN value IS 21 (8.59% from 255) = 7.14%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=59.18%
G=7.14%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174219900.880.430.32329.4178.4638.24
HexAE15630582B201494e26
Octal256251430130534051111646
Binary10101110101011100011010110001010111000001010010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1563; }

 p { color: rgb(174,21,99); }

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

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

 a { background-color: rgb(174,21,99); }

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

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

 span { border-color: rgb(174,21,99); }

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