Html Css Color HEX #AD21AE Dark Orchid

📋 copy color: '#AD21AE'

red 173 ◦ green 33 ◦ blue 174

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

Shades of Dark Orchid #AD21AE

Tints of Dark Orchid #AD21AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 45.53%
G = 8.68%
B = 45.79%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD21AE (or 0xAD21AE) is known color: Dark Orchid. HEX triplet: AD, 21 and AE. RGB value is (173,33,174). Sum of RGB (Red+Green+Blue) = 173+33+174=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD21AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD21AE is #52DE51. Grayscale: #5A5A5A. Windows color (decimal): -5430866 or 11411885. OLE color: 11411885.

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

Color convert

RGB 173 33 174 -
CMYK 0.01 0.81 0 0.32
HSL 299.57º 0.68% 0.41% -
HSV(B) 299.57º 0.81% 0.68% -
XYZ 25.42 13.03 41.22 -
YUV 90.93 174.88 186.54 -
System Red Green Blue C M Y K H S L
Decimal 173 33 174 0.01 0.81 0 0.32 299.57 0.68 0.41
Hex AD 21 AE 1 51 0 20 12C 44 29
Octal 255 41 256 1 121 0 40 454 104 51
Binary 10101101 100001 10101110 1 1010001 0 100000 100101100 1000100 101001

Color Harmonies of #AD21AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21AE

Black with #AD21AE

Text Example


Text Example

White with #AD21AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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