Html Css Color HEX #A16EFA Medium Purple

📋 copy color: '#A16EFA'

red 161 ◦ green 110 ◦ blue 250

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

Shades of Medium Purple #A16EFA

Tints of Medium Purple #A16EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.11%

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

R = 30.9%
G = 21.11%
B = 47.98%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A16EFA (or 0xA16EFA) is known color: Medium Purple. HEX triplet: A1, 6E and FA. RGB value is (161,110,250). Sum of RGB (Red+Green+Blue) = 161+110+250=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #A16EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16EFA is #5E9105. Grayscale: #8C8C8C. Windows color (decimal): -6197510 or 16412321. OLE color: 16412321.

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

Color convert

RGB 161 110 250 -
CMYK 0.36 0.56 0 0.02
HSL 261.86º 0.93% 0.71% -
HSV(B) 261.86º 0.56% 0.98% -
XYZ 37.53 25.63 93.41 -
YUV 141.21 189.4 142.12 -
System Red Green Blue C M Y K H S L
Decimal 161 110 250 0.36 0.56 0 0.02 261.86 0.93 0.71
Hex A1 6E FA 24 38 0 2 106 5D 47
Octal 241 156 372 44 70 0 2 406 135 107
Binary 10100001 1101110 11111010 100100 111000 0 10 100000110 1011101 1000111

Color Harmonies of #A16EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16EFA

Black with #A16EFA

Text Example


Text Example

White with #A16EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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