#A96AFE

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

Shades of Medium Purple #A96AFE

Tints of Medium Purple #A96AFE

Color information

#A96AFE (or 0xA96AFE) is unknown color: approx Medium Purple. HEX triplet: A9, 6A and FE. RGB value is (169,106,254). Sum of RGB (Red+Green+Blue) = 169+106+254=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #A96AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96AFE is #569501. Grayscale: #8D8D8D. Windows color (decimal): -5674242 or 16673449. OLE color: 16673449.

HSL color Cylindrical-coordinate representation of color #A96AFE: hue angle of 265.54º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A96AFE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB169106254-
CMYK0.330.5800.00
HSL265.54º98.67%70.59%-
HSV(B)265.54º58.27%99.61%-
XYZ39.4125.996.69-
YUV141.71191.37147.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 254 (99.61% from 255) = 48.02%
R=31.95%
G=20.04%
B=48.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691062540.330.5800.00265.5498.6770.59
HexA96AFE213A0010a6347
Octal251152376417200412143107
Binary101010011101010111111101000011110100010000101011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96AFE; }

 p { color: rgb(169,106,254); }

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

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

 a { background-color: rgb(169,106,254); }

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

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

 span { border-color: rgb(169,106,254); }

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