Html Css Color HEX #AD1EC0 Dark Orchid

📋 copy color: '#AD1EC0'

red 173 ◦ green 30 ◦ blue 192

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

Shades of Dark Orchid #AD1EC0

Tints of Dark Orchid #AD1EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.61%

R = 43.8%
G = 7.59%
B = 48.61%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD1EC0 (or 0xAD1EC0) is known color: Dark Orchid. HEX triplet: AD, 1E and C0. RGB value is (173,30,192). Sum of RGB (Red+Green+Blue) = 173+30+192=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD1EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1EC0 is #52E13F. Grayscale: #5A5A5A. Windows color (decimal): -5431616 or 12590765. OLE color: 12590765.

HSL color Cylindrical-coordinate representation of color #AD1EC0: hue angle of 292.96º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1EC0 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 30 192 -
CMYK 0.10 0.84 0 0.25
HSL 292.96º 0.73% 0.44% -
HSV(B) 292.96º 0.84% 0.75% -
XYZ 27.21 13.62 51.06 -
YUV 91.23 184.88 186.33 -
System Red Green Blue C M Y K H S L
Decimal 173 30 192 0.10 0.84 0 0.25 292.96 0.73 0.44
Hex AD 1E C0 A 54 0 19 125 49 2C
Octal 255 36 300 12 124 0 31 445 111 54
Binary 10101101 11110 11000000 1010 1010100 0 11001 100100101 1001001 101100

Color Harmonies of #AD1EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1EC0

Black with #AD1EC0

Text Example


Text Example

White with #AD1EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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