#AD2DB1

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

Shades of Dark Orchid #AD2DB1

Tints of Dark Orchid #AD2DB1

Color information

#AD2DB1 (or 0xAD2DB1) is unknown color: approx Dark Orchid. HEX triplet: AD, 2D and B1. RGB value is (173,45,177). Sum of RGB (Red+Green+Blue) = 173+45+177=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD2DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2DB1 is #52D24E. Grayscale: #616161. Windows color (decimal): -5427791 or 11611565. OLE color: 11611565.

HSL color Cylindrical-coordinate representation of color #AD2DB1: hue angle of 298.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2DB1 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17345177-
CMYK0.020.7500.31
HSL298.18º59.46%43.53%-
HSV(B)298.18º74.58%69.41%-
XYZ26.1113.9442.91-
YUV98.32172.41181.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 45 (17.97% from 255) = 11.39%
BLUE value IS 177 (69.53% from 255) = 44.81%
R=43.80%
G=11.39%
B=44.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173451770.020.7500.31298.1859.4643.53
HexAD2DB124B01F12a3b2c
Octal2555526121130374527354
Binary1010110110110110110001101001011011111100101010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2DB1; }

 p { color: rgb(173,45,177); }

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

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

 a { background-color: rgb(173,45,177); }

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

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

 span { border-color: rgb(173,45,177); }

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