Html Css Color HEX #A117AD Dark Orchid

📋 copy color: '#A117AD'

red 161 ◦ green 23 ◦ blue 173

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

Shades of Dark Orchid #A117AD

Tints of Dark Orchid #A117AD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.44%

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

R = 45.1%
G = 6.44%
B = 48.46%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A117AD (or 0xA117AD) is known color: Dark Orchid. HEX triplet: A1, 17 and AD. RGB value is (161,23,173). Sum of RGB (Red+Green+Blue) = 161+23+173=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #A117AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A117AD is #5EE852. Grayscale: #505050. Windows color (decimal): -6219859 or 11343777. OLE color: 11343777.

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

Color convert

RGB 161 23 173 -
CMYK 0.07 0.87 0 0.32
HSL 295.2º 0.77% 0.38% -
HSV(B) 295.2º 0.87% 0.68% -
XYZ 22.55 11.21 40.51 -
YUV 81.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 161 23 173 0.07 0.87 0 0.32 295.2 0.77 0.38
Hex A1 17 AD 7 57 0 20 127 4D 26
Octal 241 27 255 7 127 0 40 447 115 46
Binary 10100001 10111 10101101 111 1010111 0 100000 100100111 1001101 100110

Color Harmonies of #A117AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117AD

Black with #A117AD

Text Example


Text Example

White with #A117AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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