Html Css Color HEX #AD17BE Dark Orchid

📋 copy color: '#AD17BE'

red 173 ◦ green 23 ◦ blue 190

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

Shades of Dark Orchid #AD17BE

Tints of Dark Orchid #AD17BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 44.82%
G = 5.96%
B = 49.22%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD17BE (or 0xAD17BE) is known color: Dark Orchid. HEX triplet: AD, 17 and BE. RGB value is (173,23,190). Sum of RGB (Red+Green+Blue) = 173+23+190=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD17BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17BE is #52E841. Grayscale: #565656. Windows color (decimal): -5433410 or 12457901. OLE color: 12457901.

HSL color Cylindrical-coordinate representation of color #AD17BE: hue angle of 293.89º degrees, saturation: 0.78, 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 #AD17BE is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 23 190 -
CMYK 0.09 0.88 0 0.25
HSL 293.89º 0.78% 0.42% -
HSV(B) 293.89º 0.88% 0.75% -
XYZ 26.83 13.21 49.85 -
YUV 86.89 186.2 189.42 -
System Red Green Blue C M Y K H S L
Decimal 173 23 190 0.09 0.88 0 0.25 293.89 0.78 0.42
Hex AD 17 BE 9 58 0 19 126 4E 2A
Octal 255 27 276 11 130 0 31 446 116 52
Binary 10101101 10111 10111110 1001 1011000 0 11001 100100110 1001110 101010

Color Harmonies of #AD17BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD17BE

Black with #AD17BE

Text Example


Text Example

White with #AD17BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD17BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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