#A64CAA

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

Shades of Violet Blue #A64CAA

Tints of Violet Blue #A64CAA

Color information

#A64CAA (or 0xA64CAA) is unknown color: approx Violet Blue. HEX triplet: A6, 4C and AA. RGB value is (166,76,170). Sum of RGB (Red+Green+Blue) = 166+76+170=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #A64CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64CAA is #59B355. Grayscale: #717171. Windows color (decimal): -5878614 or 11160742. OLE color: 11160742.

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

Color convert

RGB16676170-
CMYK0.020.5500.33
HSL297.45º38.21%48.24%-
HSV(B)297.45º55.29%66.67%-
XYZ25.5716.1839.81-
YUV113.63159.82165.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 76 (30.08% from 255) = 18.45%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=40.29%
G=18.45%
B=41.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166761700.020.5500.33297.4538.2148.24
HexA64CAA2370211292630
Octal2461142522670414514660
Binary10100110100110010101010101101110100001100101001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64CAA; }

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

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

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

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

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

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

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

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