Html Css Color HEX #AD20BF Dark Orchid

📋 copy color: '#AD20BF'

red 173 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #AD20BF

Tints of Dark Orchid #AD20BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 43.69%
G = 8.08%
B = 48.23%

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

#AD20BF (or 0xAD20BF) is known color: Dark Orchid. HEX triplet: AD, 20 and BF. RGB value is (173,32,191). Sum of RGB (Red+Green+Blue) = 173+32+191=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD20BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20BF is #52DF40. Grayscale: #5B5B5B. Windows color (decimal): -5431105 or 12525741. OLE color: 12525741.

HSL color Cylindrical-coordinate representation of color #AD20BF: hue angle of 293.21º 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 #AD20BF is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 32 191 -
CMYK 0.09 0.83 0 0.25
HSL 293.21º 0.71% 0.44% -
HSV(B) 293.21º 0.83% 0.75% -
XYZ 27.15 13.68 50.5 -
YUV 92.29 183.71 185.57 -
System Red Green Blue C M Y K H S L
Decimal 173 32 191 0.09 0.83 0 0.25 293.21 0.71 0.44
Hex AD 20 BF 9 53 0 19 125 47 2C
Octal 255 40 277 11 123 0 31 445 107 54
Binary 10101101 100000 10111111 1001 1010011 0 11001 100100101 1000111 101100

Color Harmonies of #AD20BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20BF

Black with #AD20BF

Text Example


Text Example

White with #AD20BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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