#A770A4

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

Shades of Violet Blue #A770A4

Tints of Violet Blue #A770A4

Color information

#A770A4 (or 0xA770A4) is unknown color: approx Violet Blue. HEX triplet: A7, 70 and A4. RGB value is (167,112,164). Sum of RGB (Red+Green+Blue) = 167+112+164=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 167 - color contains mainly: red. Hex color #A770A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A770A4 is #588F5B. Grayscale: #868686. Windows color (decimal): -5803868 or 10776743. OLE color: 10776743.

HSL color Cylindrical-coordinate representation of color #A770A4: hue angle of 303.27º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A770A4 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB167112164-
CMYK00.330.020.35
HSL303.27º23.81%54.71%-
HSV(B)303.27º32.93%65.49%-
XYZ28.4322.4837.96-
YUV134.37144.72151.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.70%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 164 (64.45% from 255) = 37.02%
R=37.70%
G=25.28%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711216400.330.020.35303.2723.8154.71
HexA770A402122312f1837
Octal2471602440412434573067
Binary1010011111100001010010001000011010001110010111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A770A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A770A4; }

 p { color: rgb(167,112,164); }

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

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

 a { background-color: rgb(167,112,164); }

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

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

 span { border-color: rgb(167,112,164); }

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