#A96BEA

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

Shades of Medium Purple #A96BEA

Tints of Medium Purple #A96BEA

Color information

#A96BEA (or 0xA96BEA) is unknown color: approx Medium Purple. HEX triplet: A9, 6B and EA. RGB value is (169,107,234). Sum of RGB (Red+Green+Blue) = 169+107+234=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #A96BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96BEA is #569415. Grayscale: #8B8B8B. Windows color (decimal): -5674006 or 15362985. OLE color: 15362985.

HSL color Cylindrical-coordinate representation of color #A96BEA: hue angle of 269.29º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A96BEA is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169107234-
CMYK0.280.5400.08
HSL269.29º75.15%66.86%-
HSV(B)269.29º54.27%91.76%-
XYZ36.4724.8980.72-
YUV140.02181.04148.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 107 (42.19% from 255) = 20.98%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=33.14%
G=20.98%
B=45.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691072340.280.5400.08269.2975.1566.86
HexA96BEA1C360810d4b43
Octal2511533523466010415113103
Binary10101001110101111101010111001101100100010000110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96BEA; }

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

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

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

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

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

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

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

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