Html Css Color HEX #AD1BDB Dark Orchid

📋 copy color: '#AD1BDB'

red 173 ◦ green 27 ◦ blue 219

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

Shades of Dark Orchid #AD1BDB

Tints of Dark Orchid #AD1BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.44%

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

R = 41.29%
G = 6.44%
B = 52.27%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD1BDB (or 0xAD1BDB) is known color: Dark Orchid. HEX triplet: AD, 1B and DB. RGB value is (173,27,219). Sum of RGB (Red+Green+Blue) = 173+27+219=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD1BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BDB is #52E424. Grayscale: #5B5B5B. Windows color (decimal): -5432357 or 14359469. OLE color: 14359469.

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

Color convert

RGB 173 27 219 -
CMYK 0.21 0.88 0 0.14
HSL 285.63º 0.78% 0.48% -
HSV(B) 285.63º 0.88% 0.86% -
XYZ 30.41 14.78 68.27 -
YUV 92.54 199.37 185.39 -
System Red Green Blue C M Y K H S L
Decimal 173 27 219 0.21 0.88 0 0.14 285.63 0.78 0.48
Hex AD 1B DB 15 58 0 E 11E 4E 30
Octal 255 33 333 25 130 0 16 436 116 60
Binary 10101101 11011 11011011 10101 1011000 0 1110 100011110 1001110 110000

Color Harmonies of #AD1BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BDB

Black with #AD1BDB

Text Example


Text Example

White with #AD1BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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