Html Css Color HEX #AD31D3 Dark Orchid

📋 copy color: '#AD31D3'

red 173 ◦ green 49 ◦ blue 211

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

Shades of Dark Orchid #AD31D3

Tints of Dark Orchid #AD31D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.73%

R = 39.95%
G = 11.32%
B = 48.73%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD31D3 (or 0xAD31D3) is known color: Dark Orchid. HEX triplet: AD, 31 and D3. RGB value is (173,49,211). Sum of RGB (Red+Green+Blue) = 173+49+211=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD31D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31D3 is #52CE2C. Grayscale: #686868. Windows color (decimal): -5426733 or 13840813. OLE color: 13840813.

HSL color Cylindrical-coordinate representation of color #AD31D3: hue angle of 285.93º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD31D3 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 49 211 -
CMYK 0.18 0.77 0 0.17
HSL 285.93º 0.65% 0.51% -
HSV(B) 285.93º 0.77% 0.83% -
XYZ 30.09 15.78 63.09 -
YUV 104.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 173 49 211 0.18 0.77 0 0.17 285.93 0.65 0.51
Hex AD 31 D3 12 4D 0 11 11E 41 33
Octal 255 61 323 22 115 0 21 436 101 63
Binary 10101101 110001 11010011 10010 1001101 0 10001 100011110 1000001 110011

Color Harmonies of #AD31D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31D3

Black with #AD31D3

Text Example


Text Example

White with #AD31D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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