Html Css Color HEX #AD36DC Dark Orchid

📋 copy color: '#AD36DC'

red 173 ◦ green 54 ◦ blue 220

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

Shades of Dark Orchid #AD36DC

Tints of Dark Orchid #AD36DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 38.7%
G = 12.08%
B = 49.22%

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

#AD36DC (or 0xAD36DC) is known color: Dark Orchid. HEX triplet: AD, 36 and DC. RGB value is (173,54,220). Sum of RGB (Red+Green+Blue) = 173+54+220=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD36DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36DC is #52C923. Grayscale: #6B6B6B. Windows color (decimal): -5425444 or 14431917. OLE color: 14431917.

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

Color convert

RGB 173 54 220 -
CMYK 0.21 0.75 0 0.14
HSL 283.01º 0.7% 0.54% -
HSV(B) 283.01º 0.75% 0.86% -
XYZ 31.47 16.69 69.27 -
YUV 108.51 190.92 174 -
System Red Green Blue C M Y K H S L
Decimal 173 54 220 0.21 0.75 0 0.14 283.01 0.7 0.54
Hex AD 36 DC 15 4B 0 E 11B 46 36
Octal 255 66 334 25 113 0 16 433 106 66
Binary 10101101 110110 11011100 10101 1001011 0 1110 100011011 1000110 110110

Color Harmonies of #AD36DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36DC

Black with #AD36DC

Text Example


Text Example

White with #AD36DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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