#AD64CF

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

Shades of Medium Orchid #AD64CF

Tints of Medium Orchid #AD64CF

Color information

#AD64CF (or 0xAD64CF) is unknown color: approx Medium Orchid. HEX triplet: AD, 64 and CF. RGB value is (173,100,207). Sum of RGB (Red+Green+Blue) = 173+100+207=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD64CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64CF is #529B30. Grayscale: #858585. Windows color (decimal): -5413681 or 13591725. OLE color: 13591725.

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

Color convert

RGB173100207-
CMYK0.160.5200.19
HSL280.93º52.71%60.2%-
HSV(B)280.93º51.69%81.18%-
XYZ33.0522.561.63-
YUV134.02169.18155.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 100 (39.45% from 255) = 20.83%
BLUE value IS 207 (81.25% from 255) = 43.12%
R=36.04%
G=20.83%
B=43.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731002070.160.5200.19280.9352.7160.2
HexAD64CF1034013119353c
Octal25514431720640234316574
Binary1010110111001001100111110000110100010011100011001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD64CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD64CF; }

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

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

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

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

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

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

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

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