#A969E9

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

Shades of Medium Purple #A969E9

Tints of Medium Purple #A969E9

Color information

#A969E9 (or 0xA969E9) is unknown color: approx Medium Purple. HEX triplet: A9, 69 and E9. RGB value is (169,105,233). Sum of RGB (Red+Green+Blue) = 169+105+233=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #A969E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A969E9 is #569616. Grayscale: #8A8A8A. Windows color (decimal): -5674519 or 15296937. OLE color: 15296937.

HSL color Cylindrical-coordinate representation of color #A969E9: hue angle of 270º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A969E9 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB169105233-
CMYK0.270.5500.09
HSL270º74.42%66.27%-
HSV(B)270º54.94%91.37%-
XYZ36.1224.4279.9-
YUV138.73181.2149.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 20.71%
BLUE value IS 233 (91.41% from 255) = 45.96%
R=33.33%
G=20.71%
B=45.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1691052330.270.5500.0927074.4266.27
HexA969E91B370910e4a42
Octal2511513513367011416112102
Binary10101001110100111101001110111101110100110000111010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969E9; }

 p { color: rgb(169,105,233); }

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

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

 a { background-color: rgb(169,105,233); }

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

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

 span { border-color: rgb(169,105,233); }

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