#AD3FC6

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

Shades of Dark Orchid #AD3FC6

Tints of Dark Orchid #AD3FC6

Color information

#AD3FC6 (or 0xAD3FC6) is unknown color: approx Dark Orchid. HEX triplet: AD, 3F and C6. RGB value is (173,63,198). Sum of RGB (Red+Green+Blue) = 173+63+198=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD3FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FC6 is #52C039. Grayscale: #6E6E6E. Windows color (decimal): -5423162 or 12992429. OLE color: 12992429.

HSL color Cylindrical-coordinate representation of color #AD3FC6: hue angle of 288.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3FC6 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17363198-
CMYK0.130.6800.22
HSL288.89º54.22%51.18%-
HSV(B)288.89º68.18%77.65%-
XYZ29.216.5255.07-
YUV111.28176.94172.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 63 (25% from 255) = 14.52%
BLUE value IS 198 (77.73% from 255) = 45.62%
R=39.86%
G=14.52%
B=45.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173631980.130.6800.22288.8954.2251.18
HexAD3FC6D440161213633
Octal25577306151040264416663
Binary101011011111111100011011011000100010110100100001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3FC6; }

 p { color: rgb(173,63,198); }

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

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

 a { background-color: rgb(173,63,198); }

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

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

 span { border-color: rgb(173,63,198); }

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