Html Css Color HEX #A119BF Dark Orchid

📋 copy color: '#A119BF'

red 161 ◦ green 25 ◦ blue 191

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

Shades of Dark Orchid #A119BF

Tints of Dark Orchid #A119BF

RGB

 RED value IS 161 (63.28% from 255) = 42.71%

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

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

R = 42.71%
G = 6.63%
B = 50.66%

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

#A119BF (or 0xA119BF) is known color: Dark Orchid. HEX triplet: A1, 19 and BF. RGB value is (161,25,191). Sum of RGB (Red+Green+Blue) = 161+25+191=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #A119BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119BF is #5EE640. Grayscale: #545454. Windows color (decimal): -6219329 or 12523937. OLE color: 12523937.

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

Color convert

RGB 161 25 191 -
CMYK 0.16 0.87 0 0.25
HSL 289.16º 0.77% 0.42% -
HSV(B) 289.16º 0.87% 0.75% -
XYZ 24.45 12.03 50.32 -
YUV 84.59 188.06 182.5 -
System Red Green Blue C M Y K H S L
Decimal 161 25 191 0.16 0.87 0 0.25 289.16 0.77 0.42
Hex A1 19 BF 10 57 0 19 121 4D 2A
Octal 241 31 277 20 127 0 31 441 115 52
Binary 10100001 11001 10111111 10000 1010111 0 11001 100100001 1001101 101010

Color Harmonies of #A119BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A119BF

Black with #A119BF

Text Example


Text Example

White with #A119BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A119BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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