#AA4FFF

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

Shades of Medium Orchid #AA4FFF

Tints of Medium Orchid #AA4FFF

Color information

#AA4FFF (or 0xAA4FFF) is unknown color: approx Medium Orchid. HEX triplet: AA, 4F and FF. RGB value is (170,79,255). Sum of RGB (Red+Green+Blue) = 170+79+255=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA4FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FFF is #55B000. Grayscale: #7D7D7D. Windows color (decimal): -5615617 or 16732074. OLE color: 16732074.

HSL color Cylindrical-coordinate representation of color #AA4FFF: hue angle of 271.02º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4FFF is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17079255-
CMYK0.330.6900
HSL271.02º100%65.49%-
HSV(B)271.02º69.02%100%-
XYZ37.4221.3696.76-
YUV126.27200.65159.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 79 (31.25% from 255) = 15.67%
BLUE value IS 255 (100% from 255) = 50.60%
R=33.73%
G=15.67%
B=50.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170792550.330.6900271.0210065.49
HexAA4FFF21450010f6441
Octal2521173774110500417144101
Binary1010101010011111111111110000110001010010000111111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4FFF; }

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

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

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

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

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

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

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

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