#A643AB

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

Shades of Violet Blue #A643AB

Tints of Violet Blue #A643AB

Color information

#A643AB (or 0xA643AB) is unknown color: approx Violet Blue. HEX triplet: A6, 43 and AB. RGB value is (166,67,171). Sum of RGB (Red+Green+Blue) = 166+67+171=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #A643AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A643AB is #59BC54. Grayscale: #6C6C6C. Windows color (decimal): -5880917 or 11223974. OLE color: 11223974.

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

Color convert

RGB16667171-
CMYK0.030.6100.33
HSL297.12º43.7%46.67%-
HSV(B)297.12º60.82%67.06%-
XYZ25.0815.0640.11-
YUV108.46163.3169.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 67 (26.56% from 255) = 16.58%
BLUE value IS 171 (67.19% from 255) = 42.33%
R=41.09%
G=16.58%
B=42.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166671710.030.6100.33297.1243.746.67
HexA643AB33D0211292c2f
Octal2461032533750414515457
Binary10100110100001110101011111111010100001100101001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A643AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A643AB; }

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

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

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

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

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

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

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

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