Html Css Color HEX #A019BF Dark Orchid

📋 copy color: '#A019BF'

red 160 ◦ green 25 ◦ blue 191

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

Shades of Dark Orchid #A019BF

Tints of Dark Orchid #A019BF

RGB

 RED value IS 160 (62.89% from 255) = 42.55%

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

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

R = 42.55%
G = 6.65%
B = 50.8%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A019BF (or 0xA019BF) is known color: Dark Orchid. HEX triplet: A0, 19 and BF. RGB value is (160,25,191). Sum of RGB (Red+Green+Blue) = 160+25+191=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #A019BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019BF is #5FE640. Grayscale: #535353. Windows color (decimal): -6284865 or 12523936. OLE color: 12523936.

HSL color Cylindrical-coordinate representation of color #A019BF: hue angle of 288.8º 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 #A019BF is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 25 191 -
CMYK 0.16 0.87 0 0.25
HSL 288.8º 0.77% 0.42% -
HSV(B) 288.8º 0.87% 0.75% -
XYZ 24.25 11.93 50.31 -
YUV 84.29 188.23 182 -
System Red Green Blue C M Y K H S L
Decimal 160 25 191 0.16 0.87 0 0.25 288.8 0.77 0.42
Hex A0 19 BF 10 57 0 19 121 4D 2A
Octal 240 31 277 20 127 0 31 441 115 52
Binary 10100000 11001 10111111 10000 1010111 0 11001 100100001 1001101 101010

Color Harmonies of #A019BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A019BF

Black with #A019BF

Text Example


Text Example

White with #A019BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A019BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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