Html Css Color HEX #A117C0 Dark Orchid

📋 copy color: '#A117C0'

red 161 ◦ green 23 ◦ blue 192

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

Shades of Dark Orchid #A117C0

Tints of Dark Orchid #A117C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.06%

R = 42.82%
G = 6.12%
B = 51.06%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A117C0 (or 0xA117C0) is known color: Dark Orchid. HEX triplet: A1, 17 and C0. RGB value is (161,23,192). Sum of RGB (Red+Green+Blue) = 161+23+192=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #A117C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117C0 is #5EE83F. Grayscale: #525252. Windows color (decimal): -6219840 or 12588961. OLE color: 12588961.

HSL color Cylindrical-coordinate representation of color #A117C0: hue angle of 288.99º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A117C0 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 23 192 -
CMYK 0.16 0.88 0 0.25
HSL 288.99º 0.79% 0.42% -
HSV(B) 288.99º 0.88% 0.75% -
XYZ 24.52 12 50.89 -
YUV 83.53 189.22 183.26 -
System Red Green Blue C M Y K H S L
Decimal 161 23 192 0.16 0.88 0 0.25 288.99 0.79 0.42
Hex A1 17 C0 10 58 0 19 121 4F 2A
Octal 241 27 300 20 130 0 31 441 117 52
Binary 10100001 10111 11000000 10000 1011000 0 11001 100100001 1001111 101010

Color Harmonies of #A117C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117C0

Black with #A117C0

Text Example


Text Example

White with #A117C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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