Html Css Color HEX #AD19BF Dark Orchid

📋 copy color: '#AD19BF'

red 173 ◦ green 25 ◦ blue 191

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

Shades of Dark Orchid #AD19BF

Tints of Dark Orchid #AD19BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.1%

R = 44.47%
G = 6.43%
B = 49.1%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD19BF (or 0xAD19BF) is known color: Dark Orchid. HEX triplet: AD, 19 and BF. RGB value is (173,25,191). Sum of RGB (Red+Green+Blue) = 173+25+191=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD19BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19BF is #52E640. Grayscale: #575757. Windows color (decimal): -5432897 or 12523949. OLE color: 12523949.

HSL color Cylindrical-coordinate representation of color #AD19BF: hue angle of 293.49º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD19BF is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 25 191 -
CMYK 0.09 0.87 0 0.25
HSL 293.49º 0.77% 0.42% -
HSV(B) 293.49º 0.87% 0.75% -
XYZ 26.99 13.34 50.44 -
YUV 88.18 186.03 188.5 -
System Red Green Blue C M Y K H S L
Decimal 173 25 191 0.09 0.87 0 0.25 293.49 0.77 0.42
Hex AD 19 BF 9 57 0 19 125 4D 2A
Octal 255 31 277 11 127 0 31 445 115 52
Binary 10101101 11001 10111111 1001 1010111 0 11001 100100101 1001101 101010

Color Harmonies of #AD19BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD19BF

Black with #AD19BF

Text Example


Text Example

White with #AD19BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD19BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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