#A778AC

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

Shades of Violet Blue #A778AC

Tints of Violet Blue #A778AC

Color information

#A778AC (or 0xA778AC) is unknown color: approx Violet Blue. HEX triplet: A7, 78 and AC. RGB value is (167,120,172). Sum of RGB (Red+Green+Blue) = 167+120+172=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #A778AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A778AC is #588753. Grayscale: #8B8B8B. Windows color (decimal): -5801812 or 11303079. OLE color: 11303079.

HSL color Cylindrical-coordinate representation of color #A778AC: hue angle of 294.23º degrees, saturation: 0.24, 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 #A778AC is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167120172-
CMYK0.030.3000.33
HSL294.23º23.85%57.25%-
HSV(B)294.23º30.23%67.45%-
XYZ30.124.6342.2-
YUV139.98146.07147.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=36.38%
G=26.14%
B=37.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671201720.030.3000.33294.2323.8557.25
HexA778AC31E0211261839
Octal2471702543360414463071
Binary101001111111000101011001111110010000110010011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A778AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A778AC; }

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

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

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

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

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

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

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

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