#A64AAA

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

Shades of Violet Blue #A64AAA

Tints of Violet Blue #A64AAA

Color information

#A64AAA (or 0xA64AAA) is unknown color: approx Violet Blue. HEX triplet: A6, 4A and AA. RGB value is (166,74,170). Sum of RGB (Red+Green+Blue) = 166+74+170=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #A64AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64AAA is #59B555. Grayscale: #707070. Windows color (decimal): -5879126 or 11160230. OLE color: 11160230.

HSL color Cylindrical-coordinate representation of color #A64AAA: hue angle of 297.5º 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 #A64AAA is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16674170-
CMYK0.020.5600.33
HSL297.5º39.34%47.84%-
HSV(B)297.5º56.47%66.67%-
XYZ25.4315.9139.76-
YUV112.45160.48166.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 74 (29.30% from 255) = 18.05%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=40.49%
G=18.05%
B=41.46%

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
Decimal166741700.020.5600.33297.539.3447.84
HexA64AAA23802112a2730
Octal2461122522700414524760
Binary10100110100101010101010101110000100001100101010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64AAA; }

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

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

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

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

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

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

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

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