Html Css Color HEX #AD21AA Dark Orchid

📋 copy color: '#AD21AA'

red 173 ◦ green 33 ◦ blue 170

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

Shades of Dark Orchid #AD21AA

Tints of Dark Orchid #AD21AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 46.01%
G = 8.78%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD21AA (or 0xAD21AA) is known color: Dark Orchid. HEX triplet: AD, 21 and AA. RGB value is (173,33,170). Sum of RGB (Red+Green+Blue) = 173+33+170=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD21AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD21AA is #52DE55. Grayscale: #5A5A5A. Windows color (decimal): -5430870 or 11149741. OLE color: 11149741.

HSL color Cylindrical-coordinate representation of color #AD21AA: hue angle of 301.29º 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 #AD21AA is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 33 170 -
CMYK 0 0.81 0.02 0.32
HSL 301.29º 0.68% 0.4% -
HSV(B) 301.29º 0.81% 0.68% -
XYZ 25.03 12.87 39.2 -
YUV 90.48 172.88 186.86 -
System Red Green Blue C M Y K H S L
Decimal 173 33 170 0 0.81 0.02 0.32 301.29 0.68 0.4
Hex AD 21 AA 0 51 2 20 12D 44 28
Octal 255 41 252 0 121 2 40 455 104 50
Binary 10101101 100001 10101010 0 1010001 10 100000 100101101 1000100 101000

Color Harmonies of #AD21AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21AA

Black with #AD21AA

Text Example


Text Example

White with #AD21AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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