Html Css Color HEX #AD20BA Dark Orchid

📋 copy color: '#AD20BA'

red 173 ◦ green 32 ◦ blue 186

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

Shades of Dark Orchid #AD20BA

Tints of Dark Orchid #AD20BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 44.25%
G = 8.18%
B = 47.57%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD20BA (or 0xAD20BA) is known color: Dark Orchid. HEX triplet: AD, 20 and BA. RGB value is (173,32,186). Sum of RGB (Red+Green+Blue) = 173+32+186=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD20BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20BA is #52DF45. Grayscale: #5B5B5B. Windows color (decimal): -5431110 or 12198061. OLE color: 12198061.

HSL color Cylindrical-coordinate representation of color #AD20BA: hue angle of 294.94º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD20BA is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 32 186 -
CMYK 0.07 0.83 0 0.27
HSL 294.94º 0.71% 0.43% -
HSV(B) 294.94º 0.83% 0.73% -
XYZ 26.61 13.46 47.65 -
YUV 91.72 181.21 185.98 -
System Red Green Blue C M Y K H S L
Decimal 173 32 186 0.07 0.83 0 0.27 294.94 0.71 0.43
Hex AD 20 BA 7 53 0 1B 127 47 2B
Octal 255 40 272 7 123 0 33 447 107 53
Binary 10101101 100000 10111010 111 1010011 0 11011 100100111 1000111 101011

Color Harmonies of #AD20BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20BA

Black with #AD20BA

Text Example


Text Example

White with #AD20BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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