#AA4FF2

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

Shades of Medium Orchid #AA4FF2

Tints of Medium Orchid #AA4FF2

Color information

#AA4FF2 (or 0xAA4FF2) is unknown color: approx Medium Orchid. HEX triplet: AA, 4F and F2. RGB value is (170,79,242). Sum of RGB (Red+Green+Blue) = 170+79+242=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA4FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FF2 is #55B00D. Grayscale: #7C7C7C. Windows color (decimal): -5615630 or 15880106. OLE color: 15880106.

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

Color convert

RGB17079242-
CMYK0.300.6700.05
HSL273.5º86.24%62.94%-
HSV(B)273.5º67.36%94.9%-
XYZ35.420.5586.1-
YUV124.79194.15160.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 79 (31.25% from 255) = 16.09%
BLUE value IS 242 (94.92% from 255) = 49.29%
R=34.62%
G=16.09%
B=49.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170792420.300.6700.05273.586.2462.94
HexAA4FF21E4305111563f
Octal252117362361030542112677
Binary1010101010011111111001011110100001101011000100011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4FF2; }

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

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

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

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

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

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

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

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