#A64A9A

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

Shades of Violet Blue #A64A9A

Tints of Violet Blue #A64A9A

Color information

#A64A9A (or 0xA64A9A) is unknown color: approx Violet Blue. HEX triplet: A6, 4A and 9A. RGB value is (166,74,154). Sum of RGB (Red+Green+Blue) = 166+74+154=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64A9A is #59B565. Grayscale: #6E6E6E. Windows color (decimal): -5879142 or 10111654. OLE color: 10111654.

HSL color Cylindrical-coordinate representation of color #A64A9A: hue angle of 307.83º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64A9A is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16674154-
CMYK00.550.070.35
HSL307.83º38.33%47.06%-
HSV(B)307.83º55.42%65.1%-
XYZ24.0115.3432.27-
YUV110.63152.48167.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 74 (29.30% from 255) = 18.78%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=42.13%
G=18.78%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667415400.550.070.35307.8338.3347.06
HexA64A9A037723134262f
Octal2461122320677434644657
Binary101001101001010100110100110111111100011100110100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64A9A; }

 p { color: rgb(166,74,154); }

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

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

 a { background-color: rgb(166,74,154); }

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

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

 span { border-color: rgb(166,74,154); }

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