#A960F7

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

Shades of Medium Purple #A960F7

Tints of Medium Purple #A960F7

Color information

#A960F7 (or 0xA960F7) is unknown color: approx Medium Purple. HEX triplet: A9, 60 and F7. RGB value is (169,96,247). Sum of RGB (Red+Green+Blue) = 169+96+247=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #A960F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A960F7 is #569F08. Grayscale: #868686. Windows color (decimal): -5676809 or 16212137. OLE color: 16212137.

HSL color Cylindrical-coordinate representation of color #A960F7: hue angle of 269.01º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A960F7 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16996247-
CMYK0.320.6100.03
HSL269.01º90.42%67.25%-
HSV(B)269.01º61.13%96.86%-
XYZ37.3323.5290.57-
YUV135.04191.18152.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 96 (37.89% from 255) = 18.75%
BLUE value IS 247 (96.88% from 255) = 48.24%
R=33.01%
G=18.75%
B=48.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal169962470.320.6100.03269.0190.4267.25
HexA960F7203D0310d5a43
Octal251140367407503415132103
Binary1010100111000001111011110000011110101110000110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960F7; }

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

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

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

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

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

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

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

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