#AD3DC1

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

Shades of Dark Orchid #AD3DC1

Tints of Dark Orchid #AD3DC1

Color information

#AD3DC1 (or 0xAD3DC1) is unknown color: approx Dark Orchid. HEX triplet: AD, 3D and C1. RGB value is (173,61,193). Sum of RGB (Red+Green+Blue) = 173+61+193=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD3DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DC1 is #52C23E. Grayscale: #6D6D6D. Windows color (decimal): -5423679 or 12664237. OLE color: 12664237.

HSL color Cylindrical-coordinate representation of color #AD3DC1: hue angle of 290.91º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3DC1 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17361193-
CMYK0.100.6800.24
HSL290.91º51.97%49.8%-
HSV(B)290.91º68.39%75.69%-
XYZ28.5316.0752.05-
YUV109.54175.11173.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 61 (24.22% from 255) = 14.29%
BLUE value IS 193 (75.78% from 255) = 45.20%
R=40.52%
G=14.29%
B=45.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173611930.100.6800.24290.9151.9749.8
HexAD3DC1A440181233432
Octal25575301121040304436462
Binary101011011111011100000110101000100011000100100011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3DC1; }

 p { color: rgb(173,61,193); }

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

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

 a { background-color: rgb(173,61,193); }

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

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

 span { border-color: rgb(173,61,193); }

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