#ad19bf

Color #AD19BF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AD19BF

Tints of Dark Orchid #AD19BF

Color information

#AD19BF (or 0xAD19BF) is unknown color: approx 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

RGB17325191-
CMYK0.090.8700.25
HSL293.49º76.85%42.35%-
HSV(B)293.49º86.91%74.9%-
XYZ26.9913.3450.44-
YUV88.18186.03188.5-

RGB Variations

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

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.10%
R=44.47%
G=6.43%
B=49.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173251910.090.8700.25293.4976.8542.35
HexAD19BF9570191254d2a
Octal255312771112703144511552
Binary101011011100110111111100110101110110011001001011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad19bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>