#A64BAA

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

Shades of Violet Blue #A64BAA

Tints of Violet Blue #A64BAA

Color information

#A64BAA (or 0xA64BAA) is unknown color: approx Violet Blue. HEX triplet: A6, 4B and AA. RGB value is (166,75,170). Sum of RGB (Red+Green+Blue) = 166+75+170=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #A64BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64BAA is #59B455. Grayscale: #707070. Windows color (decimal): -5878870 or 11160486. OLE color: 11160486.

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

Color convert

RGB16675170-
CMYK0.020.5600.33
HSL297.47º38.78%48.04%-
HSV(B)297.47º55.88%66.67%-
XYZ25.516.0439.78-
YUV113.04160.15165.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=40.39%
G=18.25%
B=41.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166751700.020.5600.33297.4738.7848.04
HexA64BAA2380211292730
Octal2461132522700414514760
Binary10100110100101110101010101110000100001100101001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64BAA; }

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

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

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

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

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

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

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

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