#a96be8

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

Shades of Medium Purple #A96BE8

Tints of Medium Purple #A96BE8

Color information

#A96BE8 (or 0xA96BE8) is unknown color: approx Medium Purple. HEX triplet: A9, 6B and E8. RGB value is (169,107,232). Sum of RGB (Red+Green+Blue) = 169+107+232=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #A96BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96BE8 is #569417. Grayscale: #8B8B8B. Windows color (decimal): -5674008 or 15231913. OLE color: 15231913.

HSL color Cylindrical-coordinate representation of color #A96BE8: hue angle of 269.76º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A96BE8 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB169107232-
CMYK0.270.5400.09
HSL269.76º73.1%66.47%-
HSV(B)269.76º53.88%90.98%-
XYZ36.1924.7879.22-
YUV139.79180.04148.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 107 (42.19% from 255) = 21.06%
BLUE value IS 232 (91.02% from 255) = 45.67%
R=33.27%
G=21.06%
B=45.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1691072320.270.5400.09269.7673.166.47
HexA96BE81B360910e4942
Octal2511533503366011416111102
Binary10101001110101111101000110111101100100110000111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a96be8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a96be8; }

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

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

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

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

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

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

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

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