Html Css Color HEX #AD17C1 Dark Orchid

📋 copy color: '#AD17C1'

red 173 ◦ green 23 ◦ blue 193

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

Shades of Dark Orchid #AD17C1

Tints of Dark Orchid #AD17C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.61%

R = 44.47%
G = 5.91%
B = 49.61%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD17C1 (or 0xAD17C1) is known color: Dark Orchid. HEX triplet: AD, 17 and C1. RGB value is (173,23,193). Sum of RGB (Red+Green+Blue) = 173+23+193=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD17C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17C1 is #52E83E. Grayscale: #565656. Windows color (decimal): -5433407 or 12654509. OLE color: 12654509.

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

Color convert

RGB 173 23 193 -
CMYK 0.10 0.88 0 0.24
HSL 292.94º 0.79% 0.42% -
HSV(B) 292.94º 0.88% 0.76% -
XYZ 27.17 13.35 51.6 -
YUV 87.23 187.7 189.18 -
System Red Green Blue C M Y K H S L
Decimal 173 23 193 0.10 0.88 0 0.24 292.94 0.79 0.42
Hex AD 17 C1 A 58 0 18 125 4F 2A
Octal 255 27 301 12 130 0 30 445 117 52
Binary 10101101 10111 11000001 1010 1011000 0 11000 100100101 1001111 101010

Color Harmonies of #AD17C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD17C1

Black with #AD17C1

Text Example


Text Example

White with #AD17C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD17C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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