#A778FB

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

Shades of Medium Purple #A778FB

Tints of Medium Purple #A778FB

Color information

#A778FB (or 0xA778FB) is unknown color: approx Medium Purple. HEX triplet: A7, 78 and FB. RGB value is (167,120,251). Sum of RGB (Red+Green+Blue) = 167+120+251=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #A778FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A778FB is #588704. Grayscale: #949494. Windows color (decimal): -5801733 or 16480423. OLE color: 16480423.

HSL color Cylindrical-coordinate representation of color #A778FB: hue angle of 261.53º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A778FB is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167120251-
CMYK0.330.5200.02
HSL261.53º94.24%72.75%-
HSV(B)261.53º52.19%98.43%-
XYZ40.0728.6194.68-
YUV148.99185.57140.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.04%
GREEN value IS 120 (47.27% from 255) = 22.30%
BLUE value IS 251 (98.44% from 255) = 46.65%
R=31.04%
G=22.30%
B=46.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671202510.330.5200.02261.5394.2472.75
HexA778FB2134021065e49
Octal247170373416402406136111
Binary1010011111110001111101110000111010001010000011010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A778FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A778FB; }

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

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

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

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

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

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

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

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