#A469F9

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

Shades of Medium Purple #A469F9

Tints of Medium Purple #A469F9

Color information

#A469F9 (or 0xA469F9) is unknown color: approx Medium Purple. HEX triplet: A4, 69 and F9. RGB value is (164,105,249). Sum of RGB (Red+Green+Blue) = 164+105+249=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #A469F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A469F9 is #5B9606. Grayscale: #8A8A8A. Windows color (decimal): -6002183 or 16345508. OLE color: 16345508.

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

Color convert

RGB164105249-
CMYK0.340.5800.02
HSL264.58º92.31%69.41%-
HSV(B)264.58º57.83%97.65%-
XYZ37.4624.8492.44-
YUV139.06190.05145.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 105 (41.41% from 255) = 20.27%
BLUE value IS 249 (97.66% from 255) = 48.07%
R=31.66%
G=20.27%
B=48.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641052490.340.5800.02264.5892.3169.41
HexA469F9223A021095c45
Octal244151371427202411134105
Binary1010010011010011111100110001011101001010000100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469F9; }

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

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

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

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

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

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

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

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