#A278D5

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

Shades of Medium Purple #A278D5

Tints of Medium Purple #A278D5

Color information

#A278D5 (or 0xA278D5) is unknown color: approx Medium Purple. HEX triplet: A2, 78 and D5. RGB value is (162,120,213). Sum of RGB (Red+Green+Blue) = 162+120+213=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #A278D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278D5 is #5D872A. Grayscale: #8E8E8E. Windows color (decimal): -6129451 or 13990050. OLE color: 13990050.

HSL color Cylindrical-coordinate representation of color #A278D5: hue angle of 267.1º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A278D5 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162120213-
CMYK0.240.4400.16
HSL267.1º52.54%65.29%-
HSV(B)267.1º43.66%83.53%-
XYZ33.6325.9266.18-
YUV143.16167.41141.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.73%
GREEN value IS 120 (47.27% from 255) = 24.24%
BLUE value IS 213 (83.59% from 255) = 43.03%
R=32.73%
G=24.24%
B=43.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621202130.240.4400.16267.152.5465.29
HexA278D5182C01010b3541
Octal242170325305402041365101
Binary10100010111100011010101110001011000100001000010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A278D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A278D5; }

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

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

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

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

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

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

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

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