Html Css Color HEX #AD1ECD Dark Orchid

📋 copy color: '#AD1ECD'

red 173 ◦ green 30 ◦ blue 205

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

Shades of Dark Orchid #AD1ECD

Tints of Dark Orchid #AD1ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 42.4%
G = 7.35%
B = 50.25%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD1ECD (or 0xAD1ECD) is known color: Dark Orchid. HEX triplet: AD, 1E and CD. RGB value is (173,30,205). Sum of RGB (Red+Green+Blue) = 173+30+205=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD1ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ECD is #52E132. Grayscale: #5C5C5C. Windows color (decimal): -5431603 or 13442733. OLE color: 13442733.

HSL color Cylindrical-coordinate representation of color #AD1ECD: hue angle of 289.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1ECD is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 30 205 -
CMYK 0.16 0.85 0 0.20
HSL 289.03º 0.74% 0.46% -
HSV(B) 289.03º 0.85% 0.8% -
XYZ 28.72 14.22 58.99 -
YUV 92.71 191.38 185.27 -
System Red Green Blue C M Y K H S L
Decimal 173 30 205 0.16 0.85 0 0.20 289.03 0.74 0.46
Hex AD 1E CD 10 55 0 14 121 4A 2E
Octal 255 36 315 20 125 0 24 441 112 56
Binary 10101101 11110 11001101 10000 1010101 0 10100 100100001 1001010 101110

Color Harmonies of #AD1ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1ECD

Black with #AD1ECD

Text Example


Text Example

White with #AD1ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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