#A469FC

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

Shades of Medium Purple #A469FC

Tints of Medium Purple #A469FC

Color information

#A469FC (or 0xA469FC) is unknown color: approx Medium Purple. HEX triplet: A4, 69 and FC. RGB value is (164,105,252). Sum of RGB (Red+Green+Blue) = 164+105+252=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #A469FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A469FC is #5B9603. Grayscale: #8A8A8A. Windows color (decimal): -6002180 or 16542116. OLE color: 16542116.

HSL color Cylindrical-coordinate representation of color #A469FC: hue angle of 264.08º degrees, saturation: 0.96, 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 #A469FC is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164105252-
CMYK0.350.5800.01
HSL264.08º96.08%70%-
HSV(B)264.08º58.33%98.82%-
XYZ37.9325.0294.93-
YUV139.4191.55145.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 105 (41.41% from 255) = 20.15%
BLUE value IS 252 (98.83% from 255) = 48.37%
R=31.48%
G=20.15%
B=48.37%

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
Decimal1641052520.350.5800.01264.0896.0870
HexA469FC233A011086046
Octal244151374437201410140106
Binary101001001101001111111001000111110100110000100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469FC; }

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

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

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

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

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

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

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

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