Html Css Color HEX #AD20BE Dark Orchid

📋 copy color: '#AD20BE'

red 173 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #AD20BE

Tints of Dark Orchid #AD20BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 43.8%
G = 8.1%
B = 48.1%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD20BE (or 0xAD20BE) is known color: Dark Orchid. HEX triplet: AD, 20 and BE. RGB value is (173,32,190). Sum of RGB (Red+Green+Blue) = 173+32+190=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD20BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20BE is #52DF41. Grayscale: #5B5B5B. Windows color (decimal): -5431106 or 12460205. OLE color: 12460205.

HSL color Cylindrical-coordinate representation of color #AD20BE: hue angle of 293.54º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD20BE is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 32 190 -
CMYK 0.09 0.83 0 0.25
HSL 293.54º 0.71% 0.44% -
HSV(B) 293.54º 0.83% 0.75% -
XYZ 27.04 13.63 49.92 -
YUV 92.17 183.21 185.65 -
System Red Green Blue C M Y K H S L
Decimal 173 32 190 0.09 0.83 0 0.25 293.54 0.71 0.44
Hex AD 20 BE 9 53 0 19 126 47 2C
Octal 255 40 276 11 123 0 31 446 107 54
Binary 10101101 100000 10111110 1001 1010011 0 11001 100100110 1000111 101100

Color Harmonies of #AD20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20BE

Black with #AD20BE

Text Example


Text Example

White with #AD20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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