Html Css Color HEX #AD20AD Dark Orchid

📋 copy color: '#AD20AD'

red 173 ◦ green 32 ◦ blue 173

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

Shades of Dark Orchid #AD20AD

Tints of Dark Orchid #AD20AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.47%

 BLUE value IS 173 (67.97% from 255) = 45.77%

R = 45.77%
G = 8.47%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD20AD (or 0xAD20AD) is known color: Dark Orchid. HEX triplet: AD, 20 and AD. RGB value is (173,32,173). Sum of RGB (Red+Green+Blue) = 173+32+173=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD20AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD20AD is #52DF52. Grayscale: #595959. Windows color (decimal): -5431123 or 11346093. OLE color: 11346093.

HSL color Cylindrical-coordinate representation of color #AD20AD: hue angle of 300º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD20AD is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 173 -
CMYK 0 0.82 0 0.32
HSL 300º 0.69% 0.4% -
HSV(B) 300º 0.82% 0.68% -
XYZ 25.29 12.93 40.7 -
YUV 90.23 174.71 187.04 -
System Red Green Blue C M Y K H S L
Decimal 173 32 173 0 0.82 0 0.32 300 0.69 0.4
Hex AD 20 AD 0 52 0 20 12C 45 28
Octal 255 40 255 0 122 0 40 454 105 50
Binary 10101101 100000 10101101 0 1010010 0 100000 100101100 1000101 101000

Color Harmonies of #AD20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20AD

Black with #AD20AD

Text Example


Text Example

White with #AD20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20AD; }

 p { color: rgb(173,32,173); }

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

background-color css

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

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

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

border-color css

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

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

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