#AD5ACF

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

Shades of Medium Orchid #AD5ACF

Tints of Medium Orchid #AD5ACF

Color information

#AD5ACF (or 0xAD5ACF) is unknown color: approx Medium Orchid. HEX triplet: AD, 5A and CF. RGB value is (173,90,207). Sum of RGB (Red+Green+Blue) = 173+90+207=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD5ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ACF is #52A530. Grayscale: #7F7F7F. Windows color (decimal): -5416241 or 13589165. OLE color: 13589165.

HSL color Cylindrical-coordinate representation of color #AD5ACF: hue angle of 282.56º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD5ACF is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17390207-
CMYK0.160.5700.19
HSL282.56º54.93%58.24%-
HSV(B)282.56º56.52%81.18%-
XYZ32.1520.761.33-
YUV128.16172.5159.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 90 (35.55% from 255) = 19.15%
BLUE value IS 207 (81.25% from 255) = 44.04%
R=36.81%
G=19.15%
B=44.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173902070.160.5700.19282.5654.9358.24
HexAD5ACF103901311b373a
Octal25513231720710234336772
Binary1010110110110101100111110000111001010011100011011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5ACF; }

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

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

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

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

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

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

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

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