#A878AC

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

Shades of Violet Blue #A878AC

Tints of Violet Blue #A878AC

Color information

#A878AC (or 0xA878AC) is unknown color: approx Violet Blue. HEX triplet: A8, 78 and AC. RGB value is (168,120,172). Sum of RGB (Red+Green+Blue) = 168+120+172=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #A878AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A878AC is #578753. Grayscale: #8C8C8C. Windows color (decimal): -5736276 or 11303080. OLE color: 11303080.

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

Color convert

RGB168120172-
CMYK0.020.3000.33
HSL295.38º23.85%57.25%-
HSV(B)295.38º30.23%67.45%-
XYZ30.3124.7442.21-
YUV140.28145.9147.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=36.52%
G=26.09%
B=37.39%

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
Decimal1681201720.020.3000.33295.3823.8557.25
HexA878AC21E0211271839
Octal2501702542360414473071
Binary101010001111000101011001011110010000110010011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A878AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A878AC; }

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

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

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

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

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

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

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

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