Html Css Color HEX #AD31DC Dark Orchid

📋 copy color: '#AD31DC'

red 173 ◦ green 49 ◦ blue 220

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

Shades of Dark Orchid #AD31DC

Tints of Dark Orchid #AD31DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.09%

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 39.14%
G = 11.09%
B = 49.77%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD31DC (or 0xAD31DC) is known color: Dark Orchid. HEX triplet: AD, 31 and DC. RGB value is (173,49,220). Sum of RGB (Red+Green+Blue) = 173+49+220=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD31DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31DC is #52CE23. Grayscale: #696969. Windows color (decimal): -5426724 or 14430637. OLE color: 14430637.

HSL color Cylindrical-coordinate representation of color #AD31DC: hue angle of 283.51º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD31DC is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 49 220 -
CMYK 0.21 0.78 0 0.14
HSL 283.51º 0.71% 0.53% -
HSV(B) 283.51º 0.78% 0.86% -
XYZ 31.25 16.25 69.2 -
YUV 105.57 192.58 176.1 -
System Red Green Blue C M Y K H S L
Decimal 173 49 220 0.21 0.78 0 0.14 283.51 0.71 0.53
Hex AD 31 DC 15 4E 0 E 11C 47 35
Octal 255 61 334 25 116 0 16 434 107 65
Binary 10101101 110001 11011100 10101 1001110 0 1110 100011100 1000111 110101

Color Harmonies of #AD31DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31DC

Black with #AD31DC

Text Example


Text Example

White with #AD31DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31DC; }

 p { color: rgb(173,49,220); }

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

background-color css

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

 a { background-color: rgb(173,49,220); }

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

border-color css

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

 span { border-color: rgb(173,49,220); }

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