#A640AB

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

Shades of Violet Blue #A640AB

Tints of Violet Blue #A640AB

Color information

#A640AB (or 0xA640AB) is unknown color: approx Violet Blue. HEX triplet: A6, 40 and AB. RGB value is (166,64,171). Sum of RGB (Red+Green+Blue) = 166+64+171=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #A640AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A640AB is #59BF54. Grayscale: #6A6A6A. Windows color (decimal): -5881685 or 11223206. OLE color: 11223206.

HSL color Cylindrical-coordinate representation of color #A640AB: hue angle of 297.2º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A640AB is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16664171-
CMYK0.030.6300.33
HSL297.2º45.53%46.08%-
HSV(B)297.2º62.57%67.06%-
XYZ24.9114.7140.06-
YUV106.7164.29170.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 64 (25.39% from 255) = 15.96%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=41.40%
G=15.96%
B=42.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166641710.030.6300.33297.245.5346.08
HexA640AB33F0211292e2e
Octal2461002533770414515656
Binary10100110100000010101011111111110100001100101001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A640AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A640AB; }

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

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

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

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

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

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

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

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