#A96BFC

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

Shades of Medium Purple #A96BFC

Tints of Medium Purple #A96BFC

Color information

#A96BFC (or 0xA96BFC) is unknown color: approx Medium Purple. HEX triplet: A9, 6B and FC. RGB value is (169,107,252). Sum of RGB (Red+Green+Blue) = 169+107+252=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #A96BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96BFC is #569403. Grayscale: #8D8D8D. Windows color (decimal): -5673988 or 16542633. OLE color: 16542633.

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

Color convert

RGB169107252-
CMYK0.330.5800.01
HSL265.66º96.03%70.39%-
HSV(B)265.66º57.54%98.82%-
XYZ39.1925.9895.04-
YUV142.07190.04147.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 107 (42.19% from 255) = 20.27%
BLUE value IS 252 (98.83% from 255) = 47.73%
R=32.01%
G=20.27%
B=47.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691072520.330.5800.01265.6696.0370.39
HexA96BFC213A0110a6046
Octal251153374417201412140106
Binary101010011101011111111001000011110100110000101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96BFC; }

 p { color: rgb(169,107,252); }

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

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

 a { background-color: rgb(169,107,252); }

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

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

 span { border-color: rgb(169,107,252); }

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