#AD5AF3

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

Shades of Medium Orchid #AD5AF3

Tints of Medium Orchid #AD5AF3

Color information

#AD5AF3 (or 0xAD5AF3) is unknown color: approx Medium Orchid. HEX triplet: AD, 5A and F3. RGB value is (173,90,243). Sum of RGB (Red+Green+Blue) = 173+90+243=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD5AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AF3 is #52A50C. Grayscale: #838383. Windows color (decimal): -5416205 or 15948461. OLE color: 15948461.

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

Color convert

RGB17390243-
CMYK0.290.6300.05
HSL272.55º86.44%65.29%-
HSV(B)272.55º62.96%95.29%-
XYZ37.0722.6787.22-
YUV132.26190.5157.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 90 (35.55% from 255) = 17.79%
BLUE value IS 243 (95.31% from 255) = 48.02%
R=34.19%
G=17.79%
B=48.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal173902430.290.6300.05272.5586.4465.29
HexAD5AF31D3F051115641
Octal255132363357705421126101
Binary1010110110110101111001111101111111010110001000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5AF3; }

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

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

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

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

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

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

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

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