#A96DFB

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

Shades of Medium Purple #A96DFB

Tints of Medium Purple #A96DFB

Color information

#A96DFB (or 0xA96DFB) is unknown color: approx Medium Purple. HEX triplet: A9, 6D and FB. RGB value is (169,109,251). Sum of RGB (Red+Green+Blue) = 169+109+251=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #A96DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96DFB is #569204. Grayscale: #8E8E8E. Windows color (decimal): -5673477 or 16477609. OLE color: 16477609.

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

Color convert

RGB169109251-
CMYK0.330.5700.02
HSL265.35º94.67%70.59%-
HSV(B)265.35º56.57%98.43%-
XYZ39.2426.3494.28-
YUV143.13188.88146.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 251 (98.44% from 255) = 47.45%
R=31.95%
G=20.60%
B=47.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691092510.330.5700.02265.3594.6770.59
HexA96DFB2139021095f47
Octal251155373417102411137107
Binary1010100111011011111101110000111100101010000100110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DFB; }

 p { color: rgb(169,109,251); }

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

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

 a { background-color: rgb(169,109,251); }

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

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

 span { border-color: rgb(169,109,251); }

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