#AA4FFD

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

Shades of Medium Orchid #AA4FFD

Tints of Medium Orchid #AA4FFD

Color information

#AA4FFD (or 0xAA4FFD) is unknown color: approx Medium Orchid. HEX triplet: AA, 4F and FD. RGB value is (170,79,253). Sum of RGB (Red+Green+Blue) = 170+79+253=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA4FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FFD is #55B002. Grayscale: #7D7D7D. Windows color (decimal): -5615619 or 16601002. OLE color: 16601002.

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

Color convert

RGB17079253-
CMYK0.330.6900.01
HSL271.38º97.75%65.1%-
HSV(B)271.38º68.77%99.22%-
XYZ37.121.2395.07-
YUV126.04199.65159.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 79 (31.25% from 255) = 15.74%
BLUE value IS 253 (99.22% from 255) = 50.40%
R=33.86%
G=15.74%
B=50.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal170792530.330.6900.01271.3897.7565.1
HexAA4FFD21450110f6241
Octal2521173754110501417142101
Binary1010101010011111111110110000110001010110000111111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4FFD; }

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

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

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

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

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

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

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

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