#A768F1

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

Shades of Medium Purple #A768F1

Tints of Medium Purple #A768F1

Color information

#A768F1 (or 0xA768F1) is unknown color: approx Medium Purple. HEX triplet: A7, 68 and F1. RGB value is (167,104,241). Sum of RGB (Red+Green+Blue) = 167+104+241=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #A768F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A768F1 is #58970E. Grayscale: #898989. Windows color (decimal): -5805839 or 15820967. OLE color: 15820967.

HSL color Cylindrical-coordinate representation of color #A768F1: hue angle of 267.59º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A768F1 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167104241-
CMYK0.310.5700.05
HSL267.59º83.03%67.65%-
HSV(B)267.59º56.85%94.51%-
XYZ36.7624.4786-
YUV138.45185.87148.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 104 (41.02% from 255) = 20.31%
BLUE value IS 241 (94.53% from 255) = 47.07%
R=32.62%
G=20.31%
B=47.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1671042410.310.5700.05267.5983.0367.65
HexA768F11F390510c5344
Octal247150361377105414123104
Binary1010011111010001111000111111111001010110000110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A768F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A768F1; }

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

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

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

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

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

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

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

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