#A280EB

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

Shades of Medium Purple #A280EB

Tints of Medium Purple #A280EB

Color information

#A280EB (or 0xA280EB) is unknown color: approx Medium Purple. HEX triplet: A2, 80 and EB. RGB value is (162,128,235). Sum of RGB (Red+Green+Blue) = 162+128+235=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #A280EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A280EB is #5D7F14. Grayscale: #959595. Windows color (decimal): -6127381 or 15433890. OLE color: 15433890.

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

Color convert

RGB162128235-
CMYK0.310.4600.08
HSL259.07º72.79%71.18%-
HSV(B)259.07º45.53%92.16%-
XYZ37.6129.1282.24-
YUV150.36175.76136.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=30.86%
G=24.38%
B=44.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621282350.310.4600.08259.0772.7971.18
HexA280EB1F2E081034947
Octal2422003533756010403111107
Binary101000101000000011101011111111011100100010000001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A280EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A280EB; }

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

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

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

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

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

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

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

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