#A468F7

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

Shades of Medium Purple #A468F7

Tints of Medium Purple #A468F7

Color information

#A468F7 (or 0xA468F7) is unknown color: approx Medium Purple. HEX triplet: A4, 68 and F7. RGB value is (164,104,247). Sum of RGB (Red+Green+Blue) = 164+104+247=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #A468F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A468F7 is #5B9708. Grayscale: #898989. Windows color (decimal): -6002441 or 16214180. OLE color: 16214180.

HSL color Cylindrical-coordinate representation of color #A468F7: hue angle of 265.17º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A468F7 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB164104247-
CMYK0.340.5800.03
HSL265.17º89.94%68.82%-
HSV(B)265.17º57.89%96.86%-
XYZ37.0524.5190.77-
YUV138.24189.38146.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.84%
GREEN value IS 104 (41.02% from 255) = 20.19%
BLUE value IS 247 (96.88% from 255) = 47.96%
R=31.84%
G=20.19%
B=47.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1641042470.340.5800.03265.1789.9468.82
HexA468F7223A031095a45
Octal244150367427203411132105
Binary1010010011010001111011110001011101001110000100110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468F7; }

 p { color: rgb(164,104,247); }

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

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

 a { background-color: rgb(164,104,247); }

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

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

 span { border-color: rgb(164,104,247); }

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