Html Css Color HEX #AD2DDB Dark Orchid

📋 copy color: '#AD2DDB'

red 173 ◦ green 45 ◦ blue 219

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

Shades of Dark Orchid #AD2DDB

Tints of Dark Orchid #AD2DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.3%

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

R = 39.59%
G = 10.3%
B = 50.11%

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

#AD2DDB (or 0xAD2DDB) is known color: Dark Orchid. HEX triplet: AD, 2D and DB. RGB value is (173,45,219). Sum of RGB (Red+Green+Blue) = 173+45+219=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD2DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DDB is #52D224. Grayscale: #666666. Windows color (decimal): -5427749 or 14364077. OLE color: 14364077.

HSL color Cylindrical-coordinate representation of color #AD2DDB: hue angle of 284.14º 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 #AD2DDB is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 45 219 -
CMYK 0.21 0.79 0 0.14
HSL 284.14º 0.71% 0.52% -
HSV(B) 284.14º 0.79% 0.86% -
XYZ 30.96 15.88 68.45 -
YUV 103.11 193.41 177.85 -
System Red Green Blue C M Y K H S L
Decimal 173 45 219 0.21 0.79 0 0.14 284.14 0.71 0.52
Hex AD 2D DB 15 4F 0 E 11C 47 34
Octal 255 55 333 25 117 0 16 434 107 64
Binary 10101101 101101 11011011 10101 1001111 0 1110 100011100 1000111 110100

Color Harmonies of #AD2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DDB

Black with #AD2DDB

Text Example


Text Example

White with #AD2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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