#A460FE

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

Shades of Medium Purple #A460FE

Tints of Medium Purple #A460FE

Color information

#A460FE (or 0xA460FE) is unknown color: approx Medium Purple. HEX triplet: A4, 60 and FE. RGB value is (164,96,254). Sum of RGB (Red+Green+Blue) = 164+96+254=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #A460FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A460FE is #5B9F01. Grayscale: #858585. Windows color (decimal): -6004482 or 16670884. OLE color: 16670884.

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

Color convert

RGB16496254-
CMYK0.350.6200.00
HSL265.82º98.75%68.63%-
HSV(B)265.82º62.2%99.61%-
XYZ37.3823.4196.32-
YUV134.34195.53149.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 96 (37.89% from 255) = 18.68%
BLUE value IS 254 (99.61% from 255) = 49.42%
R=31.91%
G=18.68%
B=49.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal164962540.350.6200.00265.8298.7568.63
HexA460FE233E0010a6345
Octal244140376437600412143105
Binary101001001100000111111101000111111100010000101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460FE; }

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

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

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

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

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

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

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

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