#a960fe

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

Shades of Medium Purple #A960FE

Tints of Medium Purple #A960FE

Color information

#A960FE (or 0xA960FE) is unknown color: approx Medium Purple. HEX triplet: A9, 60 and FE. RGB value is (169,96,254). Sum of RGB (Red+Green+Blue) = 169+96+254=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #A960FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A960FE is #569F01. Grayscale: #878787. Windows color (decimal): -5676802 or 16670889. OLE color: 16670889.

HSL color Cylindrical-coordinate representation of color #A960FE: hue angle of 267.72º 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 #A960FE is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16996254-
CMYK0.330.6200.00
HSL267.72º98.75%68.63%-
HSV(B)267.72º62.2%99.61%-
XYZ38.4323.9696.36-
YUV135.84194.68151.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 96 (37.89% from 255) = 18.50%
BLUE value IS 254 (99.61% from 255) = 48.94%
R=32.56%
G=18.50%
B=48.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal169962540.330.6200.00267.7298.7568.63
HexA960FE213E0010c6345
Octal251140376417600414143105
Binary101010011100000111111101000011111100010000110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a960fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a960fe; }

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

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

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

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

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

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

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

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