#A64FAA

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

Shades of Violet Blue #A64FAA

Tints of Violet Blue #A64FAA

Color information

#A64FAA (or 0xA64FAA) is unknown color: approx Violet Blue. HEX triplet: A6, 4F and AA. RGB value is (166,79,170). Sum of RGB (Red+Green+Blue) = 166+79+170=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #A64FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64FAA is #59B055. Grayscale: #737373. Windows color (decimal): -5877846 or 11161510. OLE color: 11161510.

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

Color convert

RGB16679170-
CMYK0.020.5400.33
HSL297.36º36.55%48.82%-
HSV(B)297.36º53.53%66.67%-
XYZ25.7816.639.88-
YUV115.39158.82164.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=40%
G=19.04%
B=40.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166791700.020.5400.33297.3636.5548.82
HexA64FAA2360211292531
Octal2461172522660414514561
Binary10100110100111110101010101101100100001100101001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64FAA; }

 p { color: rgb(166,79,170); }

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

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

 a { background-color: rgb(166,79,170); }

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

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

 span { border-color: rgb(166,79,170); }

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