Html Css Color HEX #A151FA Medium Purple

📋 copy color: '#A151FA'

red 161 ◦ green 81 ◦ blue 250

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

Shades of Medium Purple #A151FA

Tints of Medium Purple #A151FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.46%

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

R = 32.72%
G = 16.46%
B = 50.81%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A151FA (or 0xA151FA) is known color: Medium Purple. HEX triplet: A1, 51 and FA. RGB value is (161,81,250). Sum of RGB (Red+Green+Blue) = 161+81+250=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #A151FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A151FA is #5EAE05. Grayscale: #7B7B7B. Windows color (decimal): -6204934 or 16404897. OLE color: 16404897.

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

Color convert

RGB 161 81 250 -
CMYK 0.36 0.68 0 0.02
HSL 268.4º 0.94% 0.65% -
HSV(B) 268.4º 0.68% 0.98% -
XYZ 34.9 20.36 92.53 -
YUV 124.19 199 154.26 -
System Red Green Blue C M Y K H S L
Decimal 161 81 250 0.36 0.68 0 0.02 268.4 0.94 0.65
Hex A1 51 FA 24 44 0 2 10C 5E 41
Octal 241 121 372 44 104 0 2 414 136 101
Binary 10100001 1010001 11111010 100100 1000100 0 10 100001100 1011110 1000001

Color Harmonies of #A151FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A151FA

Black with #A151FA

Text Example


Text Example

White with #A151FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A151FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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