#A461FA

Color #A461FA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A461FA

Tints of Medium Purple #A461FA

Color information

#A461FA (or 0xA461FA) is unknown color: approx Medium Purple. HEX triplet: A4, 61 and FA. RGB value is (164,97,250). Sum of RGB (Red+Green+Blue) = 164+97+250=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #A461FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A461FA is #5B9E05. Grayscale: #858585. Windows color (decimal): -6004230 or 16408996. OLE color: 16408996.

HSL color Cylindrical-coordinate representation of color #A461FA: hue angle of 266.27º 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 #A461FA is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16497250-
CMYK0.340.6100.02
HSL266.27º93.87%68.04%-
HSV(B)266.27º61.2%98.04%-
XYZ36.8423.3493.01-
YUV134.48193.2149.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 97 (38.28% from 255) = 18.98%
BLUE value IS 250 (98.05% from 255) = 48.92%
R=32.09%
G=18.98%
B=48.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164972500.340.6100.02266.2793.8768.04
HexA461FA223D0210a5e44
Octal244141372427502412136104
Binary1010010011000011111101010001011110101010000101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A461FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A461FA; }

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

 H1.HeaderClassName
 {
   color: #A461FA;
 }
 .AnyTagClassName
 {
   color: #A461FA;
 }
</style>
background-color css

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

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

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

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

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

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