Html Css Color HEX #A119BD Dark Orchid

📋 copy color: '#A119BD'

red 161 ◦ green 25 ◦ blue 189

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

Shades of Dark Orchid #A119BD

Tints of Dark Orchid #A119BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.4%

R = 42.93%
G = 6.67%
B = 50.4%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A119BD (or 0xA119BD) is known color: Dark Orchid. HEX triplet: A1, 19 and BD. RGB value is (161,25,189). Sum of RGB (Red+Green+Blue) = 161+25+189=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #A119BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119BD is #5EE642. Grayscale: #535353. Windows color (decimal): -6219331 or 12392865. OLE color: 12392865.

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

Color convert

RGB 161 25 189 -
CMYK 0.15 0.87 0 0.26
HSL 289.76º 0.77% 0.42% -
HSV(B) 289.76º 0.87% 0.74% -
XYZ 24.23 11.95 49.17 -
YUV 84.36 187.06 182.66 -
System Red Green Blue C M Y K H S L
Decimal 161 25 189 0.15 0.87 0 0.26 289.76 0.77 0.42
Hex A1 19 BD F 57 0 1A 122 4D 2A
Octal 241 31 275 17 127 0 32 442 115 52
Binary 10100001 11001 10111101 1111 1010111 0 11010 100100010 1001101 101010

Color Harmonies of #A119BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A119BD

Black with #A119BD

Text Example


Text Example

White with #A119BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A119BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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