Html Css Color HEX #AD36DB Dark Orchid

📋 copy color: '#AD36DB'

red 173 ◦ green 54 ◦ blue 219

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

Shades of Dark Orchid #AD36DB

Tints of Dark Orchid #AD36DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.11%

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

R = 38.79%
G = 12.11%
B = 49.1%

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

#AD36DB (or 0xAD36DB) is known color: Dark Orchid. HEX triplet: AD, 36 and DB. RGB value is (173,54,219). Sum of RGB (Red+Green+Blue) = 173+54+219=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD36DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36DB is #52C924. Grayscale: #6B6B6B. Windows color (decimal): -5425445 or 14366381. OLE color: 14366381.

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

Color convert

RGB 173 54 219 -
CMYK 0.21 0.75 0 0.14
HSL 283.27º 0.7% 0.54% -
HSV(B) 283.27º 0.75% 0.86% -
XYZ 31.34 16.64 68.58 -
YUV 108.39 190.42 174.08 -
System Red Green Blue C M Y K H S L
Decimal 173 54 219 0.21 0.75 0 0.14 283.27 0.7 0.54
Hex AD 36 DB 15 4B 0 E 11B 46 36
Octal 255 66 333 25 113 0 16 433 106 66
Binary 10101101 110110 11011011 10101 1001011 0 1110 100011011 1000110 110110

Color Harmonies of #AD36DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36DB

Black with #AD36DB

Text Example


Text Example

White with #AD36DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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