#A05BEC

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

Shades of Medium Purple #A05BEC

Tints of Medium Purple #A05BEC

Color information

#A05BEC (or 0xA05BEC) is unknown color: approx Medium Purple. HEX triplet: A0, 5B and EC. RGB value is (160,91,236). Sum of RGB (Red+Green+Blue) = 160+91+236=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #A05BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05BEC is #5FA413. Grayscale: #7F7F7F. Windows color (decimal): -6267924 or 15489952. OLE color: 15489952.

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

Color convert

RGB16091236-
CMYK0.320.6100.07
HSL268.55º79.23%64.12%-
HSV(B)268.55º61.44%92.55%-
XYZ33.3821.0181.65-
YUV128.16188.86150.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 91 (35.94% from 255) = 18.69%
BLUE value IS 236 (92.58% from 255) = 48.46%
R=32.85%
G=18.69%
B=48.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160912360.320.6100.07268.5579.2364.12
HexA05BEC203D0710d4f40
Octal240133354407507415117100
Binary10100000101101111101100100000111101011110000110110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05BEC; }

 p { color: rgb(160,91,236); }

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

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

 a { background-color: rgb(160,91,236); }

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

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

 span { border-color: rgb(160,91,236); }

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