#A64C94

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

Shades of Violet Blue #A64C94

Tints of Violet Blue #A64C94

Color information

#A64C94 (or 0xA64C94) is unknown color: approx Violet Blue. HEX triplet: A6, 4C and 94. RGB value is (166,76,148). Sum of RGB (Red+Green+Blue) = 166+76+148=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64C94 is #59B36B. Grayscale: #6E6E6E. Windows color (decimal): -5878636 or 9718950. OLE color: 9718950.

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

Color convert

RGB16676148-
CMYK00.540.110.35
HSL312º37.19%47.45%-
HSV(B)312º54.22%65.1%-
XYZ23.6615.4129.75-
YUV111.12148.82167.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 76 (30.08% from 255) = 19.49%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=42.56%
G=19.49%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667614800.540.110.3531237.1947.45
HexA64C94036B23138252f
Octal24611422406613434704557
Binary1010011010011001001010001101101011100011100111000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64C94; }

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

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

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

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

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

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

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

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