#A864A1

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

Shades of Violet Blue #A864A1

Tints of Violet Blue #A864A1

Color information

#A864A1 (or 0xA864A1) is unknown color: approx Violet Blue. HEX triplet: A8, 64 and A1. RGB value is (168,100,161). Sum of RGB (Red+Green+Blue) = 168+100+161=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A864A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A864A1 is #579B5E. Grayscale: #7F7F7F. Windows color (decimal): -5741407 or 10577064. OLE color: 10577064.

HSL color Cylindrical-coordinate representation of color #A864A1: hue angle of 306.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A864A1 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB168100161-
CMYK00.400.040.34
HSL306.18º28.1%52.55%-
HSV(B)306.18º40.48%65.88%-
XYZ27.1420.0136.15-
YUV127.29147.03157.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 161 (63.28% from 255) = 37.53%
R=39.16%
G=23.31%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810016100.400.040.34306.1828.152.55
HexA864A10284221321c35
Octal2501442410504424623465
Binary10101000110010010100001010100010010001010011001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A864A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A864A1; }

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

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

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

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

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

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

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

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