Html Css Color HEX #AD1ED9 Dark Orchid

📋 copy color: '#AD1ED9'

red 173 ◦ green 30 ◦ blue 217

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

Shades of Dark Orchid #AD1ED9

Tints of Dark Orchid #AD1ED9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.14%

 BLUE value IS 217 (85.16% from 255) = 51.67%

R = 41.19%
G = 7.14%
B = 51.67%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD1ED9 (or 0xAD1ED9) is known color: Dark Orchid. HEX triplet: AD, 1E and D9. RGB value is (173,30,217). Sum of RGB (Red+Green+Blue) = 173+30+217=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD1ED9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ED9 is #52E126. Grayscale: #5D5D5D. Windows color (decimal): -5431591 or 14229165. OLE color: 14229165.

HSL color Cylindrical-coordinate representation of color #AD1ED9: hue angle of 285.88º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1ED9 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 30 217 -
CMYK 0.20 0.86 0 0.15
HSL 285.88º 0.76% 0.48% -
HSV(B) 285.88º 0.86% 0.85% -
XYZ 30.22 14.82 66.91 -
YUV 94.08 197.38 184.29 -
System Red Green Blue C M Y K H S L
Decimal 173 30 217 0.20 0.86 0 0.15 285.88 0.76 0.48
Hex AD 1E D9 14 56 0 F 11E 4C 30
Octal 255 36 331 24 126 0 17 436 114 60
Binary 10101101 11110 11011001 10100 1010110 0 1111 100011110 1001100 110000

Color Harmonies of #AD1ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1ED9

Black with #AD1ED9

Text Example


Text Example

White with #AD1ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1ED9; }

 p { color: rgb(173,30,217); }

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

background-color css

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

 a { background-color: rgb(173,30,217); }

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

border-color css

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

 span { border-color: rgb(173,30,217); }

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