Html Css Color HEX #AD1EDC Dark Orchid

📋 copy color: '#AD1EDC'

red 173 ◦ green 30 ◦ blue 220

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

Shades of Dark Orchid #AD1EDC

Tints of Dark Orchid #AD1EDC

RGB

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

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

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

R = 40.9%
G = 7.09%
B = 52.01%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD1EDC (or 0xAD1EDC) is known color: Dark Orchid. HEX triplet: AD, 1E and DC. RGB value is (173,30,220). Sum of RGB (Red+Green+Blue) = 173+30+220=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD1EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1EDC is #52E123. Grayscale: #5D5D5D. Windows color (decimal): -5431588 or 14425773. OLE color: 14425773.

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

Color convert

RGB 173 30 220 -
CMYK 0.21 0.86 0 0.14
HSL 285.16º 0.76% 0.49% -
HSV(B) 285.16º 0.86% 0.86% -
XYZ 30.62 14.98 68.99 -
YUV 94.42 198.88 184.05 -
System Red Green Blue C M Y K H S L
Decimal 173 30 220 0.21 0.86 0 0.14 285.16 0.76 0.49
Hex AD 1E DC 15 56 0 E 11D 4C 31
Octal 255 36 334 25 126 0 16 435 114 61
Binary 10101101 11110 11011100 10101 1010110 0 1110 100011101 1001100 110001

Color Harmonies of #AD1EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1EDC

Black with #AD1EDC

Text Example


Text Example

White with #AD1EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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