#A770A1

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

Shades of Violet Blue #A770A1

Tints of Violet Blue #A770A1

Color information

#A770A1 (or 0xA770A1) is unknown color: approx Violet Blue. HEX triplet: A7, 70 and A1. RGB value is (167,112,161). Sum of RGB (Red+Green+Blue) = 167+112+161=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 167 - color contains mainly: red. Hex color #A770A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A770A1 is #588F5E. Grayscale: #858585. Windows color (decimal): -5803871 or 10580135. OLE color: 10580135.

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

Color convert

RGB167112161-
CMYK00.330.040.35
HSL306.55º23.81%54.71%-
HSV(B)306.55º32.93%65.49%-
XYZ28.1622.3836.55-
YUV134.03143.22151.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.95%
GREEN value IS 112 (44.14% from 255) = 25.45%
BLUE value IS 161 (63.28% from 255) = 36.59%
R=37.95%
G=25.45%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711216100.330.040.35306.5523.8154.71
HexA770A10214231331837
Octal2471602410414434633067
Binary10100111111000010100001010000110010001110011001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A770A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A770A1; }

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

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

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

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

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

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

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

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