Html Css Color HEX #AD17BC Dark Orchid

📋 copy color: '#AD17BC'

red 173 ◦ green 23 ◦ blue 188

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

Shades of Dark Orchid #AD17BC

Tints of Dark Orchid #AD17BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 45.05%
G = 5.99%
B = 48.96%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD17BC (or 0xAD17BC) is known color: Dark Orchid. HEX triplet: AD, 17 and BC. RGB value is (173,23,188). Sum of RGB (Red+Green+Blue) = 173+23+188=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD17BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17BC is #52E843. Grayscale: #565656. Windows color (decimal): -5433412 or 12326829. OLE color: 12326829.

HSL color Cylindrical-coordinate representation of color #AD17BC: hue angle of 294.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD17BC is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 23 188 -
CMYK 0.08 0.88 0 0.26
HSL 294.55º 0.78% 0.41% -
HSV(B) 294.55º 0.88% 0.74% -
XYZ 26.62 13.13 48.71 -
YUV 86.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 173 23 188 0.08 0.88 0 0.26 294.55 0.78 0.41
Hex AD 17 BC 8 58 0 1A 127 4E 29
Octal 255 27 274 10 130 0 32 447 116 51
Binary 10101101 10111 10111100 1000 1011000 0 11010 100100111 1001110 101001

Color Harmonies of #AD17BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD17BC

Black with #AD17BC

Text Example


Text Example

White with #AD17BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD17BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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