#AE1D63

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

Shades of Jazzberry Jam #AE1D63

Tints of Jazzberry Jam #AE1D63

Color information

#AE1D63 (or 0xAE1D63) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 1D and 63. RGB value is (174,29,99). Sum of RGB (Red+Green+Blue) = 174+29+99=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1D63 is #51E29C. Grayscale: #505050. Windows color (decimal): -5366429 or 6495662. OLE color: 6495662.

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

Color convert

RGB1742999-
CMYK00.830.430.32
HSL331.03º71.43%39.8%-
HSV(B)331.03º83.33%68.24%-
XYZ20.1510.7812.82-
YUV80.33138.54194.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 29 (11.72% from 255) = 9.60%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=57.62%
G=9.60%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174299900.830.430.32331.0371.4339.8
HexAE1D630532B2014b4728
Octal256351430123534051310750
Binary10101110111011100011010100111010111000001010010111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1D63; }

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

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

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

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

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

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

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

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