#A64BA9

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

Shades of Violet Blue #A64BA9

Tints of Violet Blue #A64BA9

Color information

#A64BA9 (or 0xA64BA9) is unknown color: approx Violet Blue. HEX triplet: A6, 4B and A9. RGB value is (166,75,169). Sum of RGB (Red+Green+Blue) = 166+75+169=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 169 - color contains mainly: blue. Hex color #A64BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64BA9 is #59B456. Grayscale: #707070. Windows color (decimal): -5878871 or 11094950. OLE color: 11094950.

HSL color Cylindrical-coordinate representation of color #A64BA9: hue angle of 298.09º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64BA9 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16675169-
CMYK0.020.5600.34
HSL298.09º38.52%47.84%-
HSV(B)298.09º55.62%66.27%-
XYZ25.41639.29-
YUV112.92159.65165.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 75 (29.69% from 255) = 18.29%
BLUE value IS 169 (66.41% from 255) = 41.22%
R=40.49%
G=18.29%
B=41.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal166751690.020.5600.34298.0938.5247.84
HexA64BA923802212a2730
Octal2461132512700424524760
Binary10100110100101110101001101110000100010100101010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64BA9; }

 p { color: rgb(166,75,169); }

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

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

 a { background-color: rgb(166,75,169); }

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

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

 span { border-color: rgb(166,75,169); }

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