#A280E6

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

Shades of Medium Purple #A280E6

Tints of Medium Purple #A280E6

Color information

#A280E6 (or 0xA280E6) is unknown color: approx Medium Purple. HEX triplet: A2, 80 and E6. RGB value is (162,128,230). Sum of RGB (Red+Green+Blue) = 162+128+230=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #A280E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A280E6 is #5D7F19. Grayscale: #959595. Windows color (decimal): -6127386 or 15106210. OLE color: 15106210.

HSL color Cylindrical-coordinate representation of color #A280E6: hue angle of 260º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A280E6 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB162128230-
CMYK0.300.4400.10
HSL260º67.11%70.2%-
HSV(B)260º44.35%90.2%-
XYZ36.928.8378.48-
YUV149.79173.26136.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.15%
GREEN value IS 128 (50.39% from 255) = 24.62%
BLUE value IS 230 (90.23% from 255) = 44.23%
R=31.15%
G=24.62%
B=44.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1621282300.300.4400.1026067.1170.2
HexA280E61E2C0A1044346
Octal2422003463654012404103106
Binary101000101000000011100110111101011000101010000010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A280E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A280E6; }

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

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

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

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

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

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

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

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