#AD3DDB

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

Shades of Dark Orchid #AD3DDB

Tints of Dark Orchid #AD3DDB

Color information

#AD3DDB (or 0xAD3DDB) is unknown color: approx Dark Orchid. HEX triplet: AD, 3D and DB. RGB value is (173,61,219). Sum of RGB (Red+Green+Blue) = 173+61+219=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD3DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DDB is #52C224. Grayscale: #6F6F6F. Windows color (decimal): -5423653 or 14368173. OLE color: 14368173.

HSL color Cylindrical-coordinate representation of color #AD3DDB: hue angle of 282.53º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3DDB is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17361219-
CMYK0.210.7200.14
HSL282.53º68.7%54.9%-
HSV(B)282.53º72.15%85.88%-
XYZ31.6917.3468.69-
YUV112.5188.11171.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 61 (24.22% from 255) = 13.47%
BLUE value IS 219 (85.94% from 255) = 48.34%
R=38.19%
G=13.47%
B=48.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal173612190.210.7200.14282.5368.754.9
HexAD3DDB15480E11b4537
Octal255753332511001643310567
Binary1010110111110111011011101011001000011101000110111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3DDB; }

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

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

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

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

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

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

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

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