#A469FD

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

Shades of Medium Purple #A469FD

Tints of Medium Purple #A469FD

Color information

#A469FD (or 0xA469FD) is unknown color: approx Medium Purple. HEX triplet: A4, 69 and FD. RGB value is (164,105,253). Sum of RGB (Red+Green+Blue) = 164+105+253=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #A469FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A469FD is #5B9602. Grayscale: #8A8A8A. Windows color (decimal): -6002179 or 16607652. OLE color: 16607652.

HSL color Cylindrical-coordinate representation of color #A469FD: hue angle of 263.92º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A469FD is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164105253-
CMYK0.350.5800.01
HSL263.92º97.37%70.2%-
HSV(B)263.92º58.5%99.22%-
XYZ38.0925.0995.76-
YUV139.51192.05145.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 105 (41.41% from 255) = 20.11%
BLUE value IS 253 (99.22% from 255) = 48.47%
R=31.42%
G=20.11%
B=48.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1641052530.350.5800.01263.9297.3770.2
HexA469FD233A011086146
Octal244151375437201410141106
Binary101001001101001111111011000111110100110000100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469FD; }

 p { color: rgb(164,105,253); }

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

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

 a { background-color: rgb(164,105,253); }

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

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

 span { border-color: rgb(164,105,253); }

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