#A96CEE

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

Shades of Medium Purple #A96CEE

Tints of Medium Purple #A96CEE

Color information

#A96CEE (or 0xA96CEE) is unknown color: approx Medium Purple. HEX triplet: A9, 6C and EE. RGB value is (169,108,238). Sum of RGB (Red+Green+Blue) = 169+108+238=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #A96CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CEE is #569311. Grayscale: #8C8C8C. Windows color (decimal): -5673746 or 15625385. OLE color: 15625385.

HSL color Cylindrical-coordinate representation of color #A96CEE: hue angle of 268.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A96CEE is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169108238-
CMYK0.290.5500.07
HSL268.15º79.27%67.84%-
HSV(B)268.15º54.62%93.33%-
XYZ37.1625.3383.82-
YUV141.06182.71147.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 108 (42.58% from 255) = 20.97%
BLUE value IS 238 (93.36% from 255) = 46.21%
R=32.82%
G=20.97%
B=46.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691082380.290.5500.07268.1579.2767.84
HexA96CEE1D370710c4f44
Octal251154356356707414117104
Binary1010100111011001110111011101110111011110000110010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96CEE; }

 p { color: rgb(169,108,238); }

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

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

 a { background-color: rgb(169,108,238); }

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

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

 span { border-color: rgb(169,108,238); }

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