Html Css Color HEX #AD19CE Dark Orchid

📋 copy color: '#AD19CE'

red 173 ◦ green 25 ◦ blue 206

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

Shades of Dark Orchid #AD19CE

Tints of Dark Orchid #AD19CE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.19%

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 42.82%
G = 6.19%
B = 50.99%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD19CE (or 0xAD19CE) is known color: Dark Orchid. HEX triplet: AD, 19 and CE. RGB value is (173,25,206). Sum of RGB (Red+Green+Blue) = 173+25+206=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD19CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19CE is #52E631. Grayscale: #595959. Windows color (decimal): -5432882 or 13506989. OLE color: 13506989.

HSL color Cylindrical-coordinate representation of color #AD19CE: hue angle of 289.06º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD19CE is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 25 206 -
CMYK 0.16 0.88 0 0.19
HSL 289.06º 0.78% 0.45% -
HSV(B) 289.06º 0.88% 0.81% -
XYZ 28.72 14.04 59.59 -
YUV 89.89 193.53 187.28 -
System Red Green Blue C M Y K H S L
Decimal 173 25 206 0.16 0.88 0 0.19 289.06 0.78 0.45
Hex AD 19 CE 10 58 0 13 121 4E 2D
Octal 255 31 316 20 130 0 23 441 116 55
Binary 10101101 11001 11001110 10000 1011000 0 10011 100100001 1001110 101101

Color Harmonies of #AD19CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19CE

Black with #AD19CE

Text Example


Text Example

White with #AD19CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19CE; }

 p { color: rgb(173,25,206); }

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

background-color css

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

 a { background-color: rgb(173,25,206); }

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

border-color css

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

 span { border-color: rgb(173,25,206); }

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