#A278D6

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

Shades of Medium Purple #A278D6

Tints of Medium Purple #A278D6

Color information

#A278D6 (or 0xA278D6) is unknown color: approx Medium Purple. HEX triplet: A2, 78 and D6. RGB value is (162,120,214). Sum of RGB (Red+Green+Blue) = 162+120+214=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #A278D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278D6 is #5D8729. Grayscale: #8E8E8E. Windows color (decimal): -6129450 or 14055586. OLE color: 14055586.

HSL color Cylindrical-coordinate representation of color #A278D6: hue angle of 266.81º 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 #A278D6 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162120214-
CMYK0.240.4400.16
HSL266.81º53.41%65.49%-
HSV(B)266.81º43.93%83.92%-
XYZ33.7525.9766.85-
YUV143.27167.91141.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 120 (47.27% from 255) = 24.19%
BLUE value IS 214 (83.98% from 255) = 43.15%
R=32.66%
G=24.19%
B=43.15%

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
Decimal1621202140.240.4400.16266.8153.4165.49
HexA278D6182C01010b3541
Octal242170326305402041365101
Binary10100010111100011010110110001011000100001000010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A278D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A278D6; }

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

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

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

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

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

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

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

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