#A760FD

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

Shades of Medium Purple #A760FD

Tints of Medium Purple #A760FD

Color information

#A760FD (or 0xA760FD) is unknown color: approx Medium Purple. HEX triplet: A7, 60 and FD. RGB value is (167,96,253). Sum of RGB (Red+Green+Blue) = 167+96+253=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #A760FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A760FD is #589F02. Grayscale: #868686. Windows color (decimal): -5807875 or 16605351. OLE color: 16605351.

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

Color convert

RGB16796253-
CMYK0.340.6200.01
HSL267.13º97.52%68.43%-
HSV(B)267.13º62.06%99.22%-
XYZ37.8523.6795.5-
YUV135.13194.52150.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 96 (37.89% from 255) = 18.60%
BLUE value IS 253 (99.22% from 255) = 49.03%
R=32.36%
G=18.60%
B=49.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal167962530.340.6200.01267.1397.5268.43
HexA760FD223E0110b6244
Octal247140375427601413142104
Binary101001111100000111111011000101111100110000101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760FD; }

 p { color: rgb(167,96,253); }

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

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

 a { background-color: rgb(167,96,253); }

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

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

 span { border-color: rgb(167,96,253); }

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