#A96EE5

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

Shades of Medium Purple #A96EE5

Tints of Medium Purple #A96EE5

Color information

#A96EE5 (or 0xA96EE5) is unknown color: approx Medium Purple. HEX triplet: A9, 6E and E5. RGB value is (169,110,229). Sum of RGB (Red+Green+Blue) = 169+110+229=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #A96EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EE5 is #56911A. Grayscale: #8C8C8C. Windows color (decimal): -5673243 or 15036073. OLE color: 15036073.

HSL color Cylindrical-coordinate representation of color #A96EE5: hue angle of 269.75º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A96EE5 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB169110229-
CMYK0.260.5200.10
HSL269.75º69.59%66.47%-
HSV(B)269.75º51.97%89.8%-
XYZ36.0825.2477.1-
YUV141.21177.55147.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 110 (43.36% from 255) = 21.65%
BLUE value IS 229 (89.84% from 255) = 45.08%
R=33.27%
G=21.65%
B=45.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1691102290.260.5200.10269.7569.5966.47
HexA96EE51A340A10e4642
Octal2511563453264012416106102
Binary10101001110111011100101110101101000101010000111010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96EE5; }

 p { color: rgb(169,110,229); }

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

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

 a { background-color: rgb(169,110,229); }

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

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

 span { border-color: rgb(169,110,229); }

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