Html Css Color HEX #AD21AD Dark Orchid

📋 copy color: '#AD21AD'

red 173 ◦ green 33 ◦ blue 173

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

Shades of Dark Orchid #AD21AD

Tints of Dark Orchid #AD21AD

RGB

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

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

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

R = 45.65%
G = 8.71%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD21AD (or 0xAD21AD) is known color: Dark Orchid. HEX triplet: AD, 21 and AD. RGB value is (173,33,173). Sum of RGB (Red+Green+Blue) = 173+33+173=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD21AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD21AD is #52DE52. Grayscale: #5A5A5A. Windows color (decimal): -5430867 or 11346349. OLE color: 11346349.

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

Color convert

RGB 173 33 173 -
CMYK 0 0.81 0 0.32
HSL 300º 0.68% 0.4% -
HSV(B) 300º 0.81% 0.68% -
XYZ 25.32 12.99 40.71 -
YUV 90.82 174.38 186.62 -
System Red Green Blue C M Y K H S L
Decimal 173 33 173 0 0.81 0 0.32 300 0.68 0.4
Hex AD 21 AD 0 51 0 20 12C 44 28
Octal 255 41 255 0 121 0 40 454 104 50
Binary 10101101 100001 10101101 0 1010001 0 100000 100101100 1000100 101000

Color Harmonies of #AD21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21AD

Black with #AD21AD

Text Example


Text Example

White with #AD21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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