#AE1C56

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

Shades of Jazzberry Jam #AE1C56

Tints of Jazzberry Jam #AE1C56

Color information

#AE1C56 (or 0xAE1C56) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 1C and 56. RGB value is (174,28,86). Sum of RGB (Red+Green+Blue) = 174+28+86=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1C56 is #51E3A9. Grayscale: #4E4E4E. Windows color (decimal): -5366698 or 5643438. OLE color: 5643438.

HSL color Cylindrical-coordinate representation of color #AE1C56: hue angle of 336.16º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1C56 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB1742886-
CMYK00.840.510.32
HSL336.16º72.28%39.61%-
HSV(B)336.16º83.91%68.24%-
XYZ19.5510.59.8-
YUV78.27132.37196.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.42%
GREEN value IS 28 (11.33% from 255) = 9.72%
BLUE value IS 86 (33.98% from 255) = 29.86%
R=60.42%
G=9.72%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174288600.840.510.32336.1672.2839.61
HexAE1C5605433201504828
Octal256341260124634052011050
Binary10101110111001010110010101001100111000001010100001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C56; }

 p { color: rgb(174,28,86); }

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

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

 a { background-color: rgb(174,28,86); }

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

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

 span { border-color: rgb(174,28,86); }

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