#A864AB

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

Shades of Violet Blue #A864AB

Tints of Violet Blue #A864AB

Color information

#A864AB (or 0xA864AB) is unknown color: approx Violet Blue. HEX triplet: A8, 64 and AB. RGB value is (168,100,171). Sum of RGB (Red+Green+Blue) = 168+100+171=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #A864AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A864AB is #579B54. Grayscale: #808080. Windows color (decimal): -5741397 or 11232424. OLE color: 11232424.

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

Color convert

RGB168100171-
CMYK0.020.4200.33
HSL297.46º29.71%53.14%-
HSV(B)297.46º41.52%67.06%-
XYZ28.0620.3840.98-
YUV128.43152.03156.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=38.27%
G=22.78%
B=38.95%

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
Decimal1681001710.020.4200.33297.4629.7153.14
HexA864AB22A0211291e35
Octal2501442532520414513665
Binary1010100011001001010101110101010010000110010100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A864AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A864AB; }

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

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

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

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

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

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

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

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