Html Css Color HEX #A161FA Medium Purple

📋 copy color: '#A161FA'

red 161 ◦ green 97 ◦ blue 250

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

Shades of Medium Purple #A161FA

Tints of Medium Purple #A161FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.09%

 BLUE value IS 250 (98.05% from 255) = 49.21%

R = 31.69%
G = 19.09%
B = 49.21%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A161FA (or 0xA161FA) is known color: Medium Purple. HEX triplet: A1, 61 and FA. RGB value is (161,97,250). Sum of RGB (Red+Green+Blue) = 161+97+250=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #A161FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A161FA is #5E9E05. Grayscale: #858585. Windows color (decimal): -6200838 or 16408993. OLE color: 16408993.

HSL color Cylindrical-coordinate representation of color #A161FA: hue angle of 265.1º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A161FA is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 97 250 -
CMYK 0.36 0.61 0 0.02
HSL 265.1º 0.94% 0.68% -
HSV(B) 265.1º 0.61% 0.98% -
XYZ 36.23 23.03 92.98 -
YUV 133.58 193.7 147.56 -
System Red Green Blue C M Y K H S L
Decimal 161 97 250 0.36 0.61 0 0.02 265.1 0.94 0.68
Hex A1 61 FA 24 3D 0 2 109 5E 44
Octal 241 141 372 44 75 0 2 411 136 104
Binary 10100001 1100001 11111010 100100 111101 0 10 100001001 1011110 1000100

Color Harmonies of #A161FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A161FA

Black with #A161FA

Text Example


Text Example

White with #A161FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A161FA; }

 p { color: rgb(161,97,250); }

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

background-color css

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

 a { background-color: rgb(161,97,250); }

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

border-color css

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

 span { border-color: rgb(161,97,250); }

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