#A467FA

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

Shades of Medium Purple #A467FA

Tints of Medium Purple #A467FA

Color information

#A467FA (or 0xA467FA) is unknown color: approx Medium Purple. HEX triplet: A4, 67 and FA. RGB value is (164,103,250). Sum of RGB (Red+Green+Blue) = 164+103+250=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #A467FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A467FA is #5B9805. Grayscale: #898989. Windows color (decimal): -6002694 or 16410532. OLE color: 16410532.

HSL color Cylindrical-coordinate representation of color #A467FA: hue angle of 264.9º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A467FA is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164103250-
CMYK0.340.5900.02
HSL264.9º93.63%69.22%-
HSV(B)264.9º58.8%98.04%-
XYZ37.4224.593.2-
YUV138191.21146.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 103 (40.62% from 255) = 19.92%
BLUE value IS 250 (98.05% from 255) = 48.36%
R=31.72%
G=19.92%
B=48.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641032500.340.5900.02264.993.6369.22
HexA467FA223B021095e45
Octal244147372427302411136105
Binary1010010011001111111101010001011101101010000100110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A467FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A467FA; }

 p { color: rgb(164,103,250); }

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

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

 a { background-color: rgb(164,103,250); }

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

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

 span { border-color: rgb(164,103,250); }

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