#A96FF9

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

Shades of Medium Purple #A96FF9

Tints of Medium Purple #A96FF9

Color information

#A96FF9 (or 0xA96FF9) is unknown color: approx Medium Purple. HEX triplet: A9, 6F and F9. RGB value is (169,111,249). Sum of RGB (Red+Green+Blue) = 169+111+249=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #A96FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96FF9 is #569006. Grayscale: #8F8F8F. Windows color (decimal): -5672967 or 16347049. OLE color: 16347049.

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

Color convert

RGB169111249-
CMYK0.320.5500.02
HSL265.22º92%70.59%-
HSV(B)265.22º55.42%97.65%-
XYZ39.1526.6492.7-
YUV144.07187.22145.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 111 (43.75% from 255) = 20.98%
BLUE value IS 249 (97.66% from 255) = 47.07%
R=31.95%
G=20.98%
B=47.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691112490.320.5500.02265.229270.59
HexA96FF92037021095c47
Octal251157371406702411134107
Binary1010100111011111111100110000011011101010000100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FF9; }

 p { color: rgb(169,111,249); }

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

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

 a { background-color: rgb(169,111,249); }

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

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

 span { border-color: rgb(169,111,249); }

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