Html Css Color HEX #AD20AE Dark Orchid

📋 copy color: '#AD20AE'

red 173 ◦ green 32 ◦ blue 174

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

Shades of Dark Orchid #AD20AE

Tints of Dark Orchid #AD20AE

RGB

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

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

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

R = 45.65%
G = 8.44%
B = 45.91%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD20AE (or 0xAD20AE) is known color: Dark Orchid. HEX triplet: AD, 20 and AE. RGB value is (173,32,174). Sum of RGB (Red+Green+Blue) = 173+32+174=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD20AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD20AE is #52DF51. Grayscale: #595959. Windows color (decimal): -5431122 or 11411629. OLE color: 11411629.

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

Color convert

RGB 173 32 174 -
CMYK 0.01 0.82 0 0.32
HSL 299.58º 0.69% 0.4% -
HSV(B) 299.58º 0.82% 0.68% -
XYZ 25.39 12.97 41.21 -
YUV 90.35 175.21 186.95 -
System Red Green Blue C M Y K H S L
Decimal 173 32 174 0.01 0.82 0 0.32 299.58 0.69 0.4
Hex AD 20 AE 1 52 0 20 12C 45 28
Octal 255 40 256 1 122 0 40 454 105 50
Binary 10101101 100000 10101110 1 1010010 0 100000 100101100 1000101 101000

Color Harmonies of #AD20AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20AE

Black with #AD20AE

Text Example


Text Example

White with #AD20AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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