Html Css Color HEX #AD2ADB Dark Orchid

📋 copy color: '#AD2ADB'

red 173 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #AD2ADB

Tints of Dark Orchid #AD2ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.68%

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

R = 39.86%
G = 9.68%
B = 50.46%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD2ADB (or 0xAD2ADB) is known color: Dark Orchid. HEX triplet: AD, 2A and DB. RGB value is (173,42,219). Sum of RGB (Red+Green+Blue) = 173+42+219=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD2ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ADB is #52D524. Grayscale: #646464. Windows color (decimal): -5428517 or 14363309. OLE color: 14363309.

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

Color convert

RGB 173 42 219 -
CMYK 0.21 0.81 0 0.14
HSL 284.41º 0.71% 0.51% -
HSV(B) 284.41º 0.81% 0.86% -
XYZ 30.85 15.65 68.41 -
YUV 101.35 194.4 179.11 -
System Red Green Blue C M Y K H S L
Decimal 173 42 219 0.21 0.81 0 0.14 284.41 0.71 0.51
Hex AD 2A DB 15 51 0 E 11C 47 33
Octal 255 52 333 25 121 0 16 434 107 63
Binary 10101101 101010 11011011 10101 1010001 0 1110 100011100 1000111 110011

Color Harmonies of #AD2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2ADB

Black with #AD2ADB

Text Example


Text Example

White with #AD2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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