#A64CAF

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

Shades of Violet Blue #A64CAF

Tints of Violet Blue #A64CAF

Color information

#A64CAF (or 0xA64CAF) is unknown color: approx Violet Blue. HEX triplet: A6, 4C and AF. RGB value is (166,76,175). Sum of RGB (Red+Green+Blue) = 166+76+175=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #A64CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64CAF is #59B350. Grayscale: #717171. Windows color (decimal): -5878609 or 11488422. OLE color: 11488422.

HSL color Cylindrical-coordinate representation of color #A64CAF: hue angle of 294.55º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64CAF is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16676175-
CMYK0.050.5700.31
HSL294.55º39.44%49.22%-
HSV(B)294.55º56.57%68.63%-
XYZ26.0516.3742.34-
YUV114.2162.32164.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 76 (30.08% from 255) = 18.23%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=39.81%
G=18.23%
B=41.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166761750.050.5700.31294.5539.4449.22
HexA64CAF53901F1272731
Octal2461142575710374474761
Binary10100110100110010101111101111001011111100100111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64CAF; }

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

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

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

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

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

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

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

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