Html Css Color HEX #AD20BC Dark Orchid

📋 copy color: '#AD20BC'

red 173 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #AD20BC

Tints of Dark Orchid #AD20BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 44.02%
G = 8.14%
B = 47.84%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD20BC (or 0xAD20BC) is known color: Dark Orchid. HEX triplet: AD, 20 and BC. RGB value is (173,32,188). Sum of RGB (Red+Green+Blue) = 173+32+188=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD20BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20BC is #52DF43. Grayscale: #5B5B5B. Windows color (decimal): -5431108 or 12329133. OLE color: 12329133.

HSL color Cylindrical-coordinate representation of color #AD20BC: hue angle of 294.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD20BC is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 32 188 -
CMYK 0.08 0.83 0 0.26
HSL 294.23º 0.71% 0.43% -
HSV(B) 294.23º 0.83% 0.74% -
XYZ 26.83 13.55 48.78 -
YUV 91.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 173 32 188 0.08 0.83 0 0.26 294.23 0.71 0.43
Hex AD 20 BC 8 53 0 1A 126 47 2B
Octal 255 40 274 10 123 0 32 446 107 53
Binary 10101101 100000 10111100 1000 1010011 0 11010 100100110 1000111 101011

Color Harmonies of #AD20BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20BC

Black with #AD20BC

Text Example


Text Example

White with #AD20BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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