Html Css Color HEX #AD37DB Dark Orchid

📋 copy color: '#AD37DB'

red 173 ◦ green 55 ◦ blue 219

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

Shades of Dark Orchid #AD37DB

Tints of Dark Orchid #AD37DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.3%

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

R = 38.7%
G = 12.3%
B = 48.99%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD37DB (or 0xAD37DB) is known color: Dark Orchid. HEX triplet: AD, 37 and DB. RGB value is (173,55,219). Sum of RGB (Red+Green+Blue) = 173+55+219=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD37DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37DB is #52C824. Grayscale: #6C6C6C. Windows color (decimal): -5425189 or 14366637. OLE color: 14366637.

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

Color convert

RGB 173 55 219 -
CMYK 0.21 0.75 0 0.14
HSL 283.17º 0.69% 0.54% -
HSV(B) 283.17º 0.75% 0.86% -
XYZ 31.39 16.73 68.59 -
YUV 108.98 190.09 173.66 -
System Red Green Blue C M Y K H S L
Decimal 173 55 219 0.21 0.75 0 0.14 283.17 0.69 0.54
Hex AD 37 DB 15 4B 0 E 11B 45 36
Octal 255 67 333 25 113 0 16 433 105 66
Binary 10101101 110111 11011011 10101 1001011 0 1110 100011011 1000101 110110

Color Harmonies of #AD37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD37DB

Black with #AD37DB

Text Example


Text Example

White with #AD37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD37DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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