#A768F6

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

Shades of Medium Purple #A768F6

Tints of Medium Purple #A768F6

Color information

#A768F6 (or 0xA768F6) is unknown color: approx Medium Purple. HEX triplet: A7, 68 and F6. RGB value is (167,104,246). Sum of RGB (Red+Green+Blue) = 167+104+246=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 246 - color contains mainly: blue. Hex color #A768F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A768F6 is #589709. Grayscale: #8A8A8A. Windows color (decimal): -5805834 or 16148647. OLE color: 16148647.

HSL color Cylindrical-coordinate representation of color #A768F6: hue angle of 266.62º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A768F6 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB167104246-
CMYK0.320.5800.04
HSL266.62º88.75%68.63%-
HSV(B)266.62º57.72%96.47%-
XYZ37.5224.7789.99-
YUV139.02188.37147.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 104 (41.02% from 255) = 20.12%
BLUE value IS 246 (96.48% from 255) = 47.58%
R=32.30%
G=20.12%
B=47.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1671042460.320.5800.04266.6288.7568.63
HexA768F6203A0410b5945
Octal247150366407204413131105
Binary10100111110100011110110100000111010010010000101110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A768F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A768F6; }

 p { color: rgb(167,104,246); }

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

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

 a { background-color: rgb(167,104,246); }

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

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

 span { border-color: rgb(167,104,246); }

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