Html Css Color HEX #A116AF Dark Orchid

📋 copy color: '#A116AF'

red 161 ◦ green 22 ◦ blue 175

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

Shades of Dark Orchid #A116AF

Tints of Dark Orchid #A116AF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.15%

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 44.97%
G = 6.15%
B = 48.88%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A116AF (or 0xA116AF) is known color: Dark Orchid. HEX triplet: A1, 16 and AF. RGB value is (161,22,175). Sum of RGB (Red+Green+Blue) = 161+22+175=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #A116AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A116AF is #5EE950. Grayscale: #505050. Windows color (decimal): -6220113 or 11474593. OLE color: 11474593.

HSL color Cylindrical-coordinate representation of color #A116AF: hue angle of 294.51º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A116AF is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 22 175 -
CMYK 0.08 0.87 0 0.31
HSL 294.51º 0.78% 0.39% -
HSV(B) 294.51º 0.87% 0.69% -
XYZ 22.72 11.25 41.53 -
YUV 81 181.05 185.06 -
System Red Green Blue C M Y K H S L
Decimal 161 22 175 0.08 0.87 0 0.31 294.51 0.78 0.39
Hex A1 16 AF 8 57 0 1F 127 4E 27
Octal 241 26 257 10 127 0 37 447 116 47
Binary 10100001 10110 10101111 1000 1010111 0 11111 100100111 1001110 100111

Color Harmonies of #A116AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A116AF

Black with #A116AF

Text Example


Text Example

White with #A116AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A116AF; }

 p { color: rgb(161,22,175); }

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

background-color css

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

 a { background-color: rgb(161,22,175); }

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

border-color css

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

 span { border-color: rgb(161,22,175); }

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