Html Css Color HEX #AD21BF Dark Orchid

📋 copy color: '#AD21BF'

red 173 ◦ green 33 ◦ blue 191

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

Shades of Dark Orchid #AD21BF

Tints of Dark Orchid #AD21BF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.31%

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

R = 43.58%
G = 8.31%
B = 48.11%

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

#AD21BF (or 0xAD21BF) is known color: Dark Orchid. HEX triplet: AD, 21 and BF. RGB value is (173,33,191). Sum of RGB (Red+Green+Blue) = 173+33+191=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD21BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21BF is #52DE40. Grayscale: #5C5C5C. Windows color (decimal): -5430849 or 12525997. OLE color: 12525997.

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

Color convert

RGB 173 33 191 -
CMYK 0.09 0.83 0 0.25
HSL 293.16º 0.71% 0.44% -
HSV(B) 293.16º 0.83% 0.75% -
XYZ 27.18 13.73 50.51 -
YUV 92.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 173 33 191 0.09 0.83 0 0.25 293.16 0.71 0.44
Hex AD 21 BF 9 53 0 19 125 47 2C
Octal 255 41 277 11 123 0 31 445 107 54
Binary 10101101 100001 10111111 1001 1010011 0 11001 100100101 1000111 101100

Color Harmonies of #AD21BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21BF

Black with #AD21BF

Text Example


Text Example

White with #AD21BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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