#A96BEB

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

Shades of Medium Purple #A96BEB

Tints of Medium Purple #A96BEB

Color information

#A96BEB (or 0xA96BEB) is unknown color: approx Medium Purple. HEX triplet: A9, 6B and EB. RGB value is (169,107,235). Sum of RGB (Red+Green+Blue) = 169+107+235=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #A96BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96BEB is #569414. Grayscale: #8B8B8B. Windows color (decimal): -5674005 or 15428521. OLE color: 15428521.

HSL color Cylindrical-coordinate representation of color #A96BEB: hue angle of 269.06º degrees, saturation: 0.76, 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 #A96BEB is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169107235-
CMYK0.280.5400.08
HSL269.06º76.19%67.06%-
HSV(B)269.06º54.47%92.16%-
XYZ36.6224.9581.48-
YUV140.13181.54148.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 107 (42.19% from 255) = 20.94%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=33.07%
G=20.94%
B=45.99%

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
Decimal1691072350.280.5400.08269.0676.1967.06
HexA96BEB1C360810d4c43
Octal2511533533466010415114103
Binary10101001110101111101011111001101100100010000110110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96BEB; }

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

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

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

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

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

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

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

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