Html Css Color HEX #AD2EDB Dark Orchid

📋 copy color: '#AD2EDB'

red 173 ◦ green 46 ◦ blue 219

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

Shades of Dark Orchid #AD2EDB

Tints of Dark Orchid #AD2EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.5%

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

R = 39.5%
G = 10.5%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD2EDB (or 0xAD2EDB) is known color: Dark Orchid. HEX triplet: AD, 2E and DB. RGB value is (173,46,219). Sum of RGB (Red+Green+Blue) = 173+46+219=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD2EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EDB is #52D124. Grayscale: #676767. Windows color (decimal): -5427493 or 14364333. OLE color: 14364333.

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

Color convert

RGB 173 46 219 -
CMYK 0.21 0.79 0 0.14
HSL 284.05º 0.71% 0.52% -
HSV(B) 284.05º 0.79% 0.86% -
XYZ 31 15.95 68.46 -
YUV 103.7 193.08 177.43 -
System Red Green Blue C M Y K H S L
Decimal 173 46 219 0.21 0.79 0 0.14 284.05 0.71 0.52
Hex AD 2E DB 15 4F 0 E 11C 47 34
Octal 255 56 333 25 117 0 16 434 107 64
Binary 10101101 101110 11011011 10101 1001111 0 1110 100011100 1000111 110100

Color Harmonies of #AD2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2EDB

Black with #AD2EDB

Text Example


Text Example

White with #AD2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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