#A760F7

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

Shades of Medium Purple #A760F7

Tints of Medium Purple #A760F7

Color information

#A760F7 (or 0xA760F7) is unknown color: approx Medium Purple. HEX triplet: A7, 60 and F7. RGB value is (167,96,247). Sum of RGB (Red+Green+Blue) = 167+96+247=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 247 (96.88% from 255 or 48.43% from 510); Max value from RGB is 247 - color contains mainly: blue. Hex color #A760F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A760F7 is #589F08. Grayscale: #858585. Windows color (decimal): -5807881 or 16212135. OLE color: 16212135.

HSL color Cylindrical-coordinate representation of color #A760F7: hue angle of 268.21º 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 #A760F7 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16796247-
CMYK0.320.6100.03
HSL268.21º90.42%67.25%-
HSV(B)268.21º61.13%96.86%-
XYZ36.9123.390.55-
YUV134.44191.52151.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 96 (37.89% from 255) = 18.82%
BLUE value IS 247 (96.88% from 255) = 48.43%
R=32.75%
G=18.82%
B=48.43%

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
Decimal167962470.320.6100.03268.2190.4267.25
HexA760F7203D0310c5a43
Octal247140367407503414132103
Binary1010011111000001111011110000011110101110000110010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A760F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A760F7; }

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

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

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

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

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

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

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

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