#A861AB

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

Shades of Violet Blue #A861AB

Tints of Violet Blue #A861AB

Color information

#A861AB (or 0xA861AB) is unknown color: approx Violet Blue. HEX triplet: A8, 61 and AB. RGB value is (168,97,171). Sum of RGB (Red+Green+Blue) = 168+97+171=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #A861AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A861AB is #579E54. Grayscale: #7E7E7E. Windows color (decimal): -5742165 or 11231656. OLE color: 11231656.

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

Color convert

RGB16897171-
CMYK0.020.4300.33
HSL297.57º30.58%52.55%-
HSV(B)297.57º43.27%67.06%-
XYZ27.7719.8140.89-
YUV126.66153.02157.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=38.53%
G=22.25%
B=39.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168971710.020.4300.33297.5730.5852.55
HexA861AB22B02112a1f35
Octal2501412532530414523765
Binary1010100011000011010101110101011010000110010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861AB; }

 p { color: rgb(168,97,171); }

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

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

 a { background-color: rgb(168,97,171); }

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

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

 span { border-color: rgb(168,97,171); }

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