#A280DC

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

Shades of Medium Purple #A280DC

Tints of Medium Purple #A280DC

Color information

#A280DC (or 0xA280DC) is unknown color: approx Medium Purple. HEX triplet: A2, 80 and DC. RGB value is (162,128,220). Sum of RGB (Red+Green+Blue) = 162+128+220=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #A280DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280DC is #5D7F23. Grayscale: #949494. Windows color (decimal): -6127396 or 14450850. OLE color: 14450850.

HSL color Cylindrical-coordinate representation of color #A280DC: hue angle of 262.17º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A280DC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162128220-
CMYK0.260.4200.14
HSL262.17º56.79%68.24%-
HSV(B)262.17º41.82%86.27%-
XYZ35.5428.2971.3-
YUV148.65168.26137.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=31.76%
G=25.10%
B=43.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621282200.260.4200.14262.1756.7968.24
HexA280DC1A2A0E1063944
Octal242200334325201640671104
Binary10100010100000001101110011010101010011101000001101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A280DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A280DC; }

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

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

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

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

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

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

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

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