#A280EC

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

Shades of Medium Purple #A280EC

Tints of Medium Purple #A280EC

Color information

#A280EC (or 0xA280EC) is unknown color: approx Medium Purple. HEX triplet: A2, 80 and EC. RGB value is (162,128,236). Sum of RGB (Red+Green+Blue) = 162+128+236=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #A280EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A280EC is #5D7F13. Grayscale: #969696. Windows color (decimal): -6127380 or 15499426. OLE color: 15499426.

HSL color Cylindrical-coordinate representation of color #A280EC: hue angle of 258.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A280EC is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162128236-
CMYK0.310.4600.07
HSL258.89º73.97%71.37%-
HSV(B)258.89º45.76%92.55%-
XYZ37.7629.1883-
YUV150.48176.26136.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.80%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 236 (92.58% from 255) = 44.87%
R=30.80%
G=24.33%
B=44.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621282360.310.4600.07258.8973.9771.37
HexA280EC1F2E071034a47
Octal242200354375607403112107
Binary10100010100000001110110011111101110011110000001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A280EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A280EC; }

 p { color: rgb(162,128,236); }

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

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

 a { background-color: rgb(162,128,236); }

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

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

 span { border-color: rgb(162,128,236); }

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