#AE1E63

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

Shades of Jazzberry Jam #AE1E63

Tints of Jazzberry Jam #AE1E63

Color information

#AE1E63 (or 0xAE1E63) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 1E and 63. RGB value is (174,30,99). Sum of RGB (Red+Green+Blue) = 174+30+99=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1E63 is #51E19C. Grayscale: #505050. Windows color (decimal): -5366173 or 6495918. OLE color: 6495918.

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

Color convert

RGB1743099-
CMYK00.830.430.32
HSL331.25º70.59%40%-
HSV(B)331.25º82.76%68.24%-
XYZ20.1710.8312.83-
YUV80.92138.21194.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 30 (12.11% from 255) = 9.90%
BLUE value IS 99 (39.06% from 255) = 32.67%
R=57.43%
G=9.90%
B=32.67%

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
Decimal174309900.830.430.32331.2570.5940
HexAE1E630532B2014b4728
Octal256361430123534051310750
Binary10101110111101100011010100111010111000001010010111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1E63; }

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

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

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

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

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

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

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

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