Html Css Color HEX #A119AD Dark Orchid

📋 copy color: '#A119AD'

red 161 ◦ green 25 ◦ blue 173

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

Shades of Dark Orchid #A119AD

Tints of Dark Orchid #A119AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.19%

R = 44.85%
G = 6.96%
B = 48.19%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A119AD (or 0xA119AD) is known color: Dark Orchid. HEX triplet: A1, 19 and AD. RGB value is (161,25,173). Sum of RGB (Red+Green+Blue) = 161+25+173=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #A119AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A119AD is #5EE652. Grayscale: #525252. Windows color (decimal): -6219347 or 11344289. OLE color: 11344289.

HSL color Cylindrical-coordinate representation of color #A119AD: hue angle of 295.14º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A119AD is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 25 173 -
CMYK 0.07 0.86 0 0.32
HSL 295.14º 0.75% 0.39% -
HSV(B) 295.14º 0.86% 0.68% -
XYZ 22.59 11.29 40.52 -
YUV 82.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 161 25 173 0.07 0.86 0 0.32 295.14 0.75 0.39
Hex A1 19 AD 7 56 0 20 127 4B 27
Octal 241 31 255 7 126 0 40 447 113 47
Binary 10100001 11001 10101101 111 1010110 0 100000 100100111 1001011 100111

Color Harmonies of #A119AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A119AD

Black with #A119AD

Text Example


Text Example

White with #A119AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A119AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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