#A460F9

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

Shades of Medium Purple #A460F9

Tints of Medium Purple #A460F9

Color information

#A460F9 (or 0xA460F9) is unknown color: approx Medium Purple. HEX triplet: A4, 60 and F9. RGB value is (164,96,249). Sum of RGB (Red+Green+Blue) = 164+96+249=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #A460F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A460F9 is #5B9F06. Grayscale: #858585. Windows color (decimal): -6004487 or 16343204. OLE color: 16343204.

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

Color convert

RGB16496249-
CMYK0.340.6100.02
HSL266.67º92.73%67.65%-
HSV(B)266.67º61.45%97.65%-
XYZ36.5923.192.15-
YUV133.77193.03149.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 96 (37.89% from 255) = 18.86%
BLUE value IS 249 (97.66% from 255) = 48.92%
R=32.22%
G=18.86%
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
Decimal164962490.340.6100.02266.6792.7367.65
HexA460F9223D0210b5d44
Octal244140371427502413135104
Binary1010010011000001111100110001011110101010000101110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460F9; }

 p { color: rgb(164,96,249); }

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

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

 a { background-color: rgb(164,96,249); }

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

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

 span { border-color: rgb(164,96,249); }

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