#A864AE

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

Shades of Violet Blue #A864AE

Tints of Violet Blue #A864AE

Color information

#A864AE (or 0xA864AE) is unknown color: approx Violet Blue. HEX triplet: A8, 64 and AE. RGB value is (168,100,174). Sum of RGB (Red+Green+Blue) = 168+100+174=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #A864AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A864AE is #579B51. Grayscale: #808080. Windows color (decimal): -5741394 or 11429032. OLE color: 11429032.

HSL color Cylindrical-coordinate representation of color #A864AE: hue angle of 295.14º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A864AE is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168100174-
CMYK0.030.4300.32
HSL295.14º31.36%53.73%-
HSV(B)295.14º42.53%68.24%-
XYZ28.3520.542.51-
YUV128.77153.53155.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.01%
GREEN value IS 100 (39.45% from 255) = 22.62%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=38.01%
G=22.62%
B=39.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681001740.030.4300.32295.1431.3653.73
HexA864AE32B0201271f36
Octal2501442563530404473766
Binary1010100011001001010111011101011010000010010011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A864AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A864AE; }

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

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

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

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

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

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

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

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