#AE205A

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

Shades of Jazzberry Jam #AE205A

Tints of Jazzberry Jam #AE205A

Color information

#AE205A (or 0xAE205A) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 20 and 5A. RGB value is (174,32,90). Sum of RGB (Red+Green+Blue) = 174+32+90=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE205A is #51DFA5. Grayscale: #505050. Windows color (decimal): -5365670 or 5906606. OLE color: 5906606.

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

Color convert

RGB1743290-
CMYK00.820.480.32
HSL335.49º68.93%40.39%-
HSV(B)335.49º81.61%68.24%-
XYZ19.8210.7710.71-
YUV81.07133.04194.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.78%
GREEN value IS 32 (12.89% from 255) = 10.81%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=58.78%
G=10.81%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174329000.820.480.32335.4968.9340.39
HexAE205A052302014f4528
Octal256401320122604051710550
Binary101011101000001011010010100101100001000001010011111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE205A; }

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

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

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

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

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

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

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

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