Html Css Color HEX #AD31DF Dark Orchid

📋 copy color: '#AD31DF'

red 173 ◦ green 49 ◦ blue 223

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

Shades of Dark Orchid #AD31DF

Tints of Dark Orchid #AD31DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 38.88%
G = 11.01%
B = 50.11%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD31DF (or 0xAD31DF) is known color: Dark Orchid. HEX triplet: AD, 31 and DF. RGB value is (173,49,223). Sum of RGB (Red+Green+Blue) = 173+49+223=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD31DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31DF is #52CE20. Grayscale: #696969. Windows color (decimal): -5426721 or 14627245. OLE color: 14627245.

HSL color Cylindrical-coordinate representation of color #AD31DF: hue angle of 282.76º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD31DF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 49 223 -
CMYK 0.22 0.78 0 0.13
HSL 282.76º 0.73% 0.53% -
HSV(B) 282.76º 0.78% 0.87% -
XYZ 31.65 16.41 71.31 -
YUV 105.91 194.08 175.85 -
System Red Green Blue C M Y K H S L
Decimal 173 49 223 0.22 0.78 0 0.13 282.76 0.73 0.53
Hex AD 31 DF 16 4E 0 D 11B 49 35
Octal 255 61 337 26 116 0 15 433 111 65
Binary 10101101 110001 11011111 10110 1001110 0 1101 100011011 1001001 110101

Color Harmonies of #AD31DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31DF

Black with #AD31DF

Text Example


Text Example

White with #AD31DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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