Html Css Color HEX #AD3BDB Dark Orchid

📋 copy color: '#AD3BDB'

red 173 ◦ green 59 ◦ blue 219

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

Shades of Dark Orchid #AD3BDB

Tints of Dark Orchid #AD3BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.08%

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

R = 38.36%
G = 13.08%
B = 48.56%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD3BDB (or 0xAD3BDB) is known color: Dark Orchid. HEX triplet: AD, 3B and DB. RGB value is (173,59,219). Sum of RGB (Red+Green+Blue) = 173+59+219=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD3BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BDB is #52C424. Grayscale: #6E6E6E. Windows color (decimal): -5424165 or 14367661. OLE color: 14367661.

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

Color convert

RGB 173 59 219 -
CMYK 0.21 0.73 0 0.14
HSL 282.75º 0.69% 0.55% -
HSV(B) 282.75º 0.73% 0.86% -
XYZ 31.58 17.13 68.66 -
YUV 111.33 188.77 171.99 -
System Red Green Blue C M Y K H S L
Decimal 173 59 219 0.21 0.73 0 0.14 282.75 0.69 0.55
Hex AD 3B DB 15 49 0 E 11B 45 37
Octal 255 73 333 25 111 0 16 433 105 67
Binary 10101101 111011 11011011 10101 1001001 0 1110 100011011 1000101 110111

Color Harmonies of #AD3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BDB

Black with #AD3BDB

Text Example


Text Example

White with #AD3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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