#A863AB

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

Shades of Violet Blue #A863AB

Tints of Violet Blue #A863AB

Color information

#A863AB (or 0xA863AB) is unknown color: approx Violet Blue. HEX triplet: A8, 63 and AB. RGB value is (168,99,171). Sum of RGB (Red+Green+Blue) = 168+99+171=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #A863AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A863AB is #579C54. Grayscale: #7F7F7F. Windows color (decimal): -5741653 or 11232168. OLE color: 11232168.

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

Color convert

RGB16899171-
CMYK0.020.4200.33
HSL297.5º30%52.94%-
HSV(B)297.5º42.11%67.06%-
XYZ27.9620.1940.95-
YUV127.84152.36156.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=38.36%
G=22.60%
B=39.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168991710.020.4200.33297.53052.94
HexA863AB22A02112a1e35
Octal2501432532520414523665
Binary1010100011000111010101110101010010000110010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A863AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A863AB; }

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

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

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

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

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

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

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

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