#AD3DBD

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

Shades of Dark Orchid #AD3DBD

Tints of Dark Orchid #AD3DBD

Color information

#AD3DBD (or 0xAD3DBD) is unknown color: approx Dark Orchid. HEX triplet: AD, 3D and BD. RGB value is (173,61,189). Sum of RGB (Red+Green+Blue) = 173+61+189=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD3DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DBD is #52C242. Grayscale: #6C6C6C. Windows color (decimal): -5423683 or 12402093. OLE color: 12402093.

HSL color Cylindrical-coordinate representation of color #AD3DBD: hue angle of 292.5º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3DBD is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17361189-
CMYK0.080.6800.26
HSL292.5º51.2%49.02%-
HSV(B)292.5º67.72%74.12%-
XYZ28.0915.949.73-
YUV109.08173.11173.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 61 (24.22% from 255) = 14.42%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=40.90%
G=14.42%
B=44.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal173611890.080.6800.26292.551.249.02
HexAD3DBD84401A1243331
Octal25575275101040324446361
Binary101011011111011011110110001000100011010100100100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3DBD; }

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

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

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

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

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

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

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

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