#A16BEE

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

Shades of Medium Purple #A16BEE

Tints of Medium Purple #A16BEE

Color information

#A16BEE (or 0xA16BEE) is unknown color: approx Medium Purple. HEX triplet: A1, 6B and EE. RGB value is (161,107,238). Sum of RGB (Red+Green+Blue) = 161+107+238=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #A16BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BEE is #5E9411. Grayscale: #898989. Windows color (decimal): -6198290 or 15625121. OLE color: 15625121.

HSL color Cylindrical-coordinate representation of color #A16BEE: hue angle of 264.73º 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 #A16BEE is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161107238-
CMYK0.320.5500.07
HSL264.73º79.39%67.65%-
HSV(B)264.73º55.04%93.33%-
XYZ35.3924.2783.71-
YUV138.08184.39144.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 107 (42.19% from 255) = 21.15%
BLUE value IS 238 (93.36% from 255) = 47.04%
R=31.82%
G=21.15%
B=47.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611072380.320.5500.07264.7379.3967.65
HexA16BEE2037071094f44
Octal241153356406707411117104
Binary10100001110101111101110100000110111011110000100110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16BEE; }

 p { color: rgb(161,107,238); }

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

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

 a { background-color: rgb(161,107,238); }

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

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

 span { border-color: rgb(161,107,238); }

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