#A461FD

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

Shades of Medium Purple #A461FD

Tints of Medium Purple #A461FD

Color information

#A461FD (or 0xA461FD) is unknown color: approx Medium Purple. HEX triplet: A4, 61 and FD. RGB value is (164,97,253). Sum of RGB (Red+Green+Blue) = 164+97+253=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #A461FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A461FD is #5B9E02. Grayscale: #868686. Windows color (decimal): -6004227 or 16605604. OLE color: 16605604.

HSL color Cylindrical-coordinate representation of color #A461FD: hue angle of 265.77º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A461FD is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16497253-
CMYK0.350.6200.01
HSL265.77º97.5%68.63%-
HSV(B)265.77º61.66%99.22%-
XYZ37.3123.5395.5-
YUV134.82194.7148.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 97 (38.28% from 255) = 18.87%
BLUE value IS 253 (99.22% from 255) = 49.22%
R=31.91%
G=18.87%
B=49.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal164972530.350.6200.01265.7797.568.63
HexA461FD233E0110a6245
Octal244141375437601412142105
Binary101001001100001111111011000111111100110000101011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A461FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A461FD; }

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

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

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

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

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

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

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

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