Html Css Color HEX #AD31DB Dark Orchid

📋 copy color: '#AD31DB'

red 173 ◦ green 49 ◦ blue 219

#AD31DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AD31DB

Tints of Dark Orchid #AD31DB

RGB

 RED value IS 173 (67.97% from 255) = 39.23%

 GREEN value IS 49 (19.53% from 255) = 11.11%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 39.23%
G = 11.11%
B = 49.66%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD31DB (or 0xAD31DB) is known color: Dark Orchid. HEX triplet: AD, 31 and DB. RGB value is (173,49,219). Sum of RGB (Red+Green+Blue) = 173+49+219=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD31DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31DB is #52CE24. Grayscale: #686868. Windows color (decimal): -5426725 or 14365101. OLE color: 14365101.

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

Color convert

RGB 173 49 219 -
CMYK 0.21 0.78 0 0.14
HSL 283.76º 0.7% 0.53% -
HSV(B) 283.76º 0.78% 0.86% -
XYZ 31.12 16.2 68.5 -
YUV 105.46 192.08 176.18 -
System Red Green Blue C M Y K H S L
Decimal 173 49 219 0.21 0.78 0 0.14 283.76 0.7 0.53
Hex AD 31 DB 15 4E 0 E 11C 46 35
Octal 255 61 333 25 116 0 16 434 106 65
Binary 10101101 110001 11011011 10101 1001110 0 1110 100011100 1000110 110101

Color Harmonies of #AD31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31DB

Black with #AD31DB

Text Example


Text Example

White with #AD31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31DB; }

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

 H1.HeaderClassName
 {
   color: #AD31DB;
 }
 .AnyTagClassName
 {
   color: #AD31DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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