#AD2AC1

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

Shades of Dark Orchid #AD2AC1

Tints of Dark Orchid #AD2AC1

Color information

#AD2AC1 (or 0xAD2AC1) is unknown color: approx Dark Orchid. HEX triplet: AD, 2A and C1. RGB value is (173,42,193). Sum of RGB (Red+Green+Blue) = 173+42+193=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD2AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2AC1 is #52D53E. Grayscale: #616161. Windows color (decimal): -5428543 or 12659373. OLE color: 12659373.

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

Color convert

RGB17342193-
CMYK0.100.7800.24
HSL292.05º64.26%46.08%-
HSV(B)292.05º78.24%75.69%-
XYZ27.6914.3951.77-
YUV98.38181.4181.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.40%
GREEN value IS 42 (16.80% from 255) = 10.29%
BLUE value IS 193 (75.78% from 255) = 47.30%
R=42.40%
G=10.29%
B=47.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173421930.100.7800.24292.0564.2646.08
HexAD2AC1A4E018124402e
Octal255523011211603044410056
Binary1010110110101011000001101010011100110001001001001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2AC1; }

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

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

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

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

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

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

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

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