#A770AB

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

Shades of Violet Blue #A770AB

Tints of Violet Blue #A770AB

Color information

#A770AB (or 0xA770AB) is unknown color: approx Violet Blue. HEX triplet: A7, 70 and AB. RGB value is (167,112,171). Sum of RGB (Red+Green+Blue) = 167+112+171=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #A770AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A770AB is #588F54. Grayscale: #868686. Windows color (decimal): -5803861 or 11235495. OLE color: 11235495.

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

Color convert

RGB167112171-
CMYK0.020.3500.33
HSL295.93º25.99%55.49%-
HSV(B)295.93º34.5%67.06%-
XYZ29.0822.7441.39-
YUV135.17148.22150.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.11%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 171 (67.19% from 255) = 38%
R=37.11%
G=24.89%
B=38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671121710.020.3500.33295.9325.9955.49
HexA770AB2230211281a37
Octal2471602532430414503267
Binary1010011111100001010101110100011010000110010100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A770AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A770AB; }

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

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

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

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

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

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

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

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