#AE215A

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

Shades of Jazzberry Jam #AE215A

Tints of Jazzberry Jam #AE215A

Color information

#AE215A (or 0xAE215A) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 21 and 5A. RGB value is (174,33,90). Sum of RGB (Red+Green+Blue) = 174+33+90=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE215A is #51DEA5. Grayscale: #515151. Windows color (decimal): -5365414 or 5906862. OLE color: 5906862.

HSL color Cylindrical-coordinate representation of color #AE215A: hue angle of 335.74º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE215A is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB1743390-
CMYK00.810.480.32
HSL335.74º68.12%40.59%-
HSV(B)335.74º81.03%68.24%-
XYZ19.8410.8210.72-
YUV81.66132.71193.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.59%
GREEN value IS 33 (13.28% from 255) = 11.11%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=58.59%
G=11.11%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174339000.810.480.32335.7468.1240.59
HexAE215A05130201504429
Octal256411320121604052010451
Binary101011101000011011010010100011100001000001010100001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE215A; }

 p { color: rgb(174,33,90); }

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

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

 a { background-color: rgb(174,33,90); }

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

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

 span { border-color: rgb(174,33,90); }

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