#A778E2

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

Shades of Medium Purple #A778E2

Tints of Medium Purple #A778E2

Color information

#A778E2 (or 0xA778E2) is unknown color: approx Medium Purple. HEX triplet: A7, 78 and E2. RGB value is (167,120,226). Sum of RGB (Red+Green+Blue) = 167+120+226=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 226 (88.67% from 255 or 44.05% from 513); Max value from RGB is 226 - color contains mainly: blue. Hex color #A778E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778E2 is #58871D. Grayscale: #919191. Windows color (decimal): -5801758 or 14842023. OLE color: 14842023.

HSL color Cylindrical-coordinate representation of color #A778E2: hue angle of 266.6º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A778E2 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB167120226-
CMYK0.260.4700.11
HSL266.6º64.63%67.84%-
HSV(B)266.6º46.9%88.63%-
XYZ36.3827.1475.27-
YUV146.14173.07142.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.55%
GREEN value IS 120 (47.27% from 255) = 23.39%
BLUE value IS 226 (88.67% from 255) = 44.05%
R=32.55%
G=23.39%
B=44.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1671202260.260.4700.11266.664.6367.84
HexA778E21A2F0B10b4144
Octal2471703423257013413101104
Binary10100111111100011100010110101011110101110000101110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A778E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A778E2; }

 p { color: rgb(167,120,226); }

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

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

 a { background-color: rgb(167,120,226); }

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

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

 span { border-color: rgb(167,120,226); }

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