#A670AB

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

Shades of Violet Blue #A670AB

Tints of Violet Blue #A670AB

Color information

#A670AB (or 0xA670AB) is unknown color: approx Violet Blue. HEX triplet: A6, 70 and AB. RGB value is (166,112,171). Sum of RGB (Red+Green+Blue) = 166+112+171=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #A670AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A670AB is #598F54. Grayscale: #868686. Windows color (decimal): -5869397 or 11235494. OLE color: 11235494.

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

Color convert

RGB166112171-
CMYK0.030.3500.33
HSL294.92º25.99%55.49%-
HSV(B)294.92º34.5%67.06%-
XYZ28.8722.6441.38-
YUV134.87148.39150.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=36.97%
G=24.94%
B=38.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661121710.030.3500.33294.9225.9955.49
HexA670AB3230211271a37
Octal2461602533430414473267
Binary1010011011100001010101111100011010000110010011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670AB; }

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

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

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

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

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

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

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

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