#AA2693

Color #AA2693 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA2693

Tints of Medium Red Violet #AA2693

Color information

#AA2693 (or 0xAA2693) is unknown color: approx Medium Red Violet. HEX triplet: AA, 26 and 93. RGB value is (170,38,147). Sum of RGB (Red+Green+Blue) = 170+38+147=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2693 is #55D96C. Grayscale: #595959. Windows color (decimal): -5626221 or 9643690. OLE color: 9643690.

HSL color Cylindrical-coordinate representation of color #AA2693: hue angle of 310.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2693 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB17038147-
CMYK00.780.140.33
HSL310.45º63.46%40.78%-
HSV(B)310.45º77.65%66.67%-
XYZ22.5412.0428.74-
YUV89.89160.23185.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 38 (15.23% from 255) = 10.70%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=47.89%
G=10.70%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703814700.780.140.33310.4563.4640.78
HexAA269304EE211363f29
Octal25246223011616414667751
Binary1010101010011010010011010011101110100001100110110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2693; }

 p { color: rgb(170,38,147); }

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

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

 a { background-color: rgb(170,38,147); }

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

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

 span { border-color: rgb(170,38,147); }

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