Html Css Color HEX #AD20B5 Dark Orchid

📋 copy color: '#AD20B5'

red 173 ◦ green 32 ◦ blue 181

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

Shades of Dark Orchid #AD20B5

Tints of Dark Orchid #AD20B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.89%

R = 44.82%
G = 8.29%
B = 46.89%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD20B5 (or 0xAD20B5) is known color: Dark Orchid. HEX triplet: AD, 20 and B5. RGB value is (173,32,181). Sum of RGB (Red+Green+Blue) = 173+32+181=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD20B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20B5 is #52DF4A. Grayscale: #5A5A5A. Windows color (decimal): -5431115 or 11870381. OLE color: 11870381.

HSL color Cylindrical-coordinate representation of color #AD20B5: hue angle of 296.78º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD20B5 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 32 181 -
CMYK 0.04 0.82 0 0.29
HSL 296.78º 0.7% 0.42% -
HSV(B) 296.78º 0.82% 0.71% -
XYZ 26.09 13.25 44.9 -
YUV 91.15 178.71 186.38 -
System Red Green Blue C M Y K H S L
Decimal 173 32 181 0.04 0.82 0 0.29 296.78 0.7 0.42
Hex AD 20 B5 4 52 0 1D 129 46 2A
Octal 255 40 265 4 122 0 35 451 106 52
Binary 10101101 100000 10110101 100 1010010 0 11101 100101001 1000110 101010

Color Harmonies of #AD20B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20B5

Black with #AD20B5

Text Example


Text Example

White with #AD20B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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