#A768F2

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

Shades of Medium Purple #A768F2

Tints of Medium Purple #A768F2

Color information

#A768F2 (or 0xA768F2) is unknown color: approx Medium Purple. HEX triplet: A7, 68 and F2. RGB value is (167,104,242). Sum of RGB (Red+Green+Blue) = 167+104+242=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #A768F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A768F2 is #58970D. Grayscale: #8A8A8A. Windows color (decimal): -5805838 or 15886503. OLE color: 15886503.

HSL color Cylindrical-coordinate representation of color #A768F2: hue angle of 267.39º degrees, saturation: 0.84, 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 #A768F2 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167104242-
CMYK0.310.5700.05
HSL267.39º84.15%67.84%-
HSV(B)267.39º57.02%94.9%-
XYZ36.9124.5386.79-
YUV138.57186.37148.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.55%
GREEN value IS 104 (41.02% from 255) = 20.27%
BLUE value IS 242 (94.92% from 255) = 47.17%
R=32.55%
G=20.27%
B=47.17%

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
Decimal1671042420.310.5700.05267.3984.1567.84
HexA768F21F390510b5444
Octal247150362377105413124104
Binary1010011111010001111001011111111001010110000101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A768F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A768F2; }

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

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

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

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

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

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

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

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