Html Css Color HEX #AD17C0 Dark Orchid

📋 copy color: '#AD17C0'

red 173 ◦ green 23 ◦ blue 192

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

Shades of Dark Orchid #AD17C0

Tints of Dark Orchid #AD17C0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.93%

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

R = 44.59%
G = 5.93%
B = 49.48%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD17C0 (or 0xAD17C0) is known color: Dark Orchid. HEX triplet: AD, 17 and C0. RGB value is (173,23,192). Sum of RGB (Red+Green+Blue) = 173+23+192=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD17C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17C0 is #52E83F. Grayscale: #565656. Windows color (decimal): -5433408 or 12588973. OLE color: 12588973.

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

Color convert

RGB 173 23 192 -
CMYK 0.10 0.88 0 0.25
HSL 293.25º 0.79% 0.42% -
HSV(B) 293.25º 0.88% 0.75% -
XYZ 27.05 13.3 51.01 -
YUV 87.12 187.2 189.26 -
System Red Green Blue C M Y K H S L
Decimal 173 23 192 0.10 0.88 0 0.25 293.25 0.79 0.42
Hex AD 17 C0 A 58 0 19 125 4F 2A
Octal 255 27 300 12 130 0 31 445 117 52
Binary 10101101 10111 11000000 1010 1011000 0 11001 100100101 1001111 101010

Color Harmonies of #AD17C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD17C0

Black with #AD17C0

Text Example


Text Example

White with #AD17C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD17C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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