#A278F8

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

Shades of Medium Purple #A278F8

Tints of Medium Purple #A278F8

Color information

#A278F8 (or 0xA278F8) is unknown color: approx Medium Purple. HEX triplet: A2, 78 and F8. RGB value is (162,120,248). Sum of RGB (Red+Green+Blue) = 162+120+248=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #A278F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A278F8 is #5D8707. Grayscale: #929292. Windows color (decimal): -6129416 or 16283810. OLE color: 16283810.

HSL color Cylindrical-coordinate representation of color #A278F8: hue angle of 259.69º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A278F8 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB162120248-
CMYK0.350.5200.03
HSL259.69º90.14%72.16%-
HSV(B)259.69º51.61%97.25%-
XYZ38.5627.8992.16-
YUV147.15184.91138.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.57%
GREEN value IS 120 (47.27% from 255) = 22.64%
BLUE value IS 248 (97.27% from 255) = 46.79%
R=30.57%
G=22.64%
B=46.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1621202480.350.5200.03259.6990.1472.16
HexA278F82334031045a48
Octal242170370436403404132110
Binary1010001011110001111100010001111010001110000010010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A278F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A278F8; }

 p { color: rgb(162,120,248); }

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

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

 a { background-color: rgb(162,120,248); }

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

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

 span { border-color: rgb(162,120,248); }

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