#AD5AF4

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

Shades of Medium Orchid #AD5AF4

Tints of Medium Orchid #AD5AF4

Color information

#AD5AF4 (or 0xAD5AF4) is unknown color: approx Medium Orchid. HEX triplet: AD, 5A and F4. RGB value is (173,90,244). Sum of RGB (Red+Green+Blue) = 173+90+244=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD5AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AF4 is #52A50B. Grayscale: #838383. Windows color (decimal): -5416204 or 16013997. OLE color: 16013997.

HSL color Cylindrical-coordinate representation of color #AD5AF4: hue angle of 272.34º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5AF4 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17390244-
CMYK0.290.6300.04
HSL272.34º87.5%65.49%-
HSV(B)272.34º63.11%95.69%-
XYZ37.2222.7388.01-
YUV132.37191156.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 90 (35.55% from 255) = 17.75%
BLUE value IS 244 (95.70% from 255) = 48.13%
R=34.12%
G=17.75%
B=48.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal173902440.290.6300.04272.3487.565.49
HexAD5AF41D3F041105841
Octal255132364357704420130101
Binary1010110110110101111010011101111111010010001000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5AF4; }

 p { color: rgb(173,90,244); }

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

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

 a { background-color: rgb(173,90,244); }

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

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

 span { border-color: rgb(173,90,244); }

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