#A778AB

Color #A778AB Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A778AB

Tints of Violet Blue #A778AB

Color information

#A778AB (or 0xA778AB) is unknown color: approx Violet Blue. HEX triplet: A7, 78 and AB. RGB value is (167,120,171). Sum of RGB (Red+Green+Blue) = 167+120+171=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A778AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A778AB is #588754. Grayscale: #8B8B8B. Windows color (decimal): -5801813 or 11237543. OLE color: 11237543.

HSL color Cylindrical-coordinate representation of color #A778AB: hue angle of 295.29º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A778AB is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167120171-
CMYK0.020.3000.33
HSL295.29º23.29%57.06%-
HSV(B)295.29º29.82%67.06%-
XYZ3024.5941.69-
YUV139.87145.57147.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.46%
GREEN value IS 120 (47.27% from 255) = 26.20%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=36.46%
G=26.20%
B=37.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671201710.020.3000.33295.2923.2957.06
HexA778AB21E0211271739
Octal2471702532360414472771
Binary101001111111000101010111011110010000110010011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A778AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A778AB; }

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

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

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

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

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

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

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

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