Html Css Color HEX #AD20AC Dark Orchid

📋 copy color: '#AD20AC'

red 173 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #AD20AC

Tints of Dark Orchid #AD20AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 45.89%
G = 8.49%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD20AC (or 0xAD20AC) is known color: Dark Orchid. HEX triplet: AD, 20 and AC. RGB value is (173,32,172). Sum of RGB (Red+Green+Blue) = 173+32+172=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD20AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD20AC is #52DF53. Grayscale: #595959. Windows color (decimal): -5431124 or 11280557. OLE color: 11280557.

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

Color convert

RGB 173 32 172 -
CMYK 0 0.82 0.01 0.32
HSL 300.43º 0.69% 0.4% -
HSV(B) 300.43º 0.82% 0.68% -
XYZ 25.2 12.9 40.19 -
YUV 90.12 174.21 187.12 -
System Red Green Blue C M Y K H S L
Decimal 173 32 172 0 0.82 0.01 0.32 300.43 0.69 0.4
Hex AD 20 AC 0 52 1 20 12C 45 28
Octal 255 40 254 0 122 1 40 454 105 50
Binary 10101101 100000 10101100 0 1010010 1 100000 100101100 1000101 101000

Color Harmonies of #AD20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20AC

Black with #AD20AC

Text Example


Text Example

White with #AD20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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