#AA4AF2

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

Shades of Medium Orchid #AA4AF2

Tints of Medium Orchid #AA4AF2

Color information

#AA4AF2 (or 0xAA4AF2) is unknown color: approx Medium Orchid. HEX triplet: AA, 4A and F2. RGB value is (170,74,242). Sum of RGB (Red+Green+Blue) = 170+74+242=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA4AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AF2 is #55B50D. Grayscale: #797979. Windows color (decimal): -5616910 or 15878826. OLE color: 15878826.

HSL color Cylindrical-coordinate representation of color #AA4AF2: hue angle of 274.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4AF2 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17074242-
CMYK0.300.6900.05
HSL274.29º86.6%61.96%-
HSV(B)274.29º69.42%94.9%-
XYZ35.0519.8585.99-
YUV121.86195.8162.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 74 (29.30% from 255) = 15.23%
BLUE value IS 242 (94.92% from 255) = 49.79%
R=34.98%
G=15.23%
B=49.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170742420.300.6900.05274.2986.661.96
HexAA4AF21E4505112573e
Octal252112362361050542212776
Binary1010101010010101111001011110100010101011000100101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4AF2; }

 p { color: rgb(170,74,242); }

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

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

 a { background-color: rgb(170,74,242); }

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

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

 span { border-color: rgb(170,74,242); }

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