Html Css Color HEX #AD19C6 Dark Orchid

📋 copy color: '#AD19C6'

red 173 ◦ green 25 ◦ blue 198

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

Shades of Dark Orchid #AD19C6

Tints of Dark Orchid #AD19C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50%

R = 43.69%
G = 6.31%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD19C6 (or 0xAD19C6) is known color: Dark Orchid. HEX triplet: AD, 19 and C6. RGB value is (173,25,198). Sum of RGB (Red+Green+Blue) = 173+25+198=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD19C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19C6 is #52E639. Grayscale: #585858. Windows color (decimal): -5432890 or 12982701. OLE color: 12982701.

HSL color Cylindrical-coordinate representation of color #AD19C6: hue angle of 291.33º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD19C6 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 25 198 -
CMYK 0.13 0.87 0 0.22
HSL 291.33º 0.78% 0.44% -
HSV(B) 291.33º 0.87% 0.78% -
XYZ 27.77 13.66 54.6 -
YUV 88.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 173 25 198 0.13 0.87 0 0.22 291.33 0.78 0.44
Hex AD 19 C6 D 57 0 16 123 4E 2C
Octal 255 31 306 15 127 0 26 443 116 54
Binary 10101101 11001 11000110 1101 1010111 0 10110 100100011 1001110 101100

Color Harmonies of #AD19C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19C6

Black with #AD19C6

Text Example


Text Example

White with #AD19C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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