#AA4ADF

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

Shades of Medium Orchid #AA4ADF

Tints of Medium Orchid #AA4ADF

Color information

#AA4ADF (or 0xAA4ADF) is unknown color: approx Medium Orchid. HEX triplet: AA, 4A and DF. RGB value is (170,74,223). Sum of RGB (Red+Green+Blue) = 170+74+223=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA4ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4ADF is #55B520. Grayscale: #777777. Windows color (decimal): -5616929 or 14633642. OLE color: 14633642.

HSL color Cylindrical-coordinate representation of color #AA4ADF: hue angle of 278.66º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4ADF is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17074223-
CMYK0.240.6700.13
HSL278.66º69.95%58.24%-
HSV(B)278.66º66.82%87.45%-
XYZ32.3518.7771.73-
YUV119.69186.3163.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 74 (29.30% from 255) = 15.85%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=36.40%
G=15.85%
B=47.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170742230.240.6700.13278.6669.9558.24
HexAA4ADF18430D117463a
Octal2521123373010301542710672
Binary10101010100101011011111110001000011011011000101111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4ADF; }

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

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

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

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

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

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

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

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