#AD3DC3

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

Shades of Dark Orchid #AD3DC3

Tints of Dark Orchid #AD3DC3

Color information

#AD3DC3 (or 0xAD3DC3) is unknown color: approx Dark Orchid. HEX triplet: AD, 3D and C3. RGB value is (173,61,195). Sum of RGB (Red+Green+Blue) = 173+61+195=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 195 (76.56% from 255 or 45.45% from 429); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD3DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DC3 is #52C23C. Grayscale: #6D6D6D. Windows color (decimal): -5423677 or 12795309. OLE color: 12795309.

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

Color convert

RGB17361195-
CMYK0.110.6900.24
HSL290.15º52.76%50.2%-
HSV(B)290.15º68.72%76.47%-
XYZ28.7516.1653.23-
YUV109.76176.11173.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 61 (24.22% from 255) = 14.22%
BLUE value IS 195 (76.56% from 255) = 45.45%
R=40.33%
G=14.22%
B=45.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173611950.110.6900.24290.1552.7650.2
HexAD3DC3B450181223532
Octal25575303131050304426562
Binary101011011111011100001110111000101011000100100010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3DC3; }

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

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

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

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

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

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

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

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