#A64A90

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

Shades of Violet Blue #A64A90

Tints of Violet Blue #A64A90

Color information

#A64A90 (or 0xA64A90) is unknown color: approx Violet Blue. HEX triplet: A6, 4A and 90. RGB value is (166,74,144). Sum of RGB (Red+Green+Blue) = 166+74+144=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64A90 is #59B56F. Grayscale: #6D6D6D. Windows color (decimal): -5879152 or 9456294. OLE color: 9456294.

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

Color convert

RGB16674144-
CMYK00.550.130.35
HSL314.35º38.33%47.06%-
HSV(B)314.35º55.42%65.1%-
XYZ23.2115.0228.06-
YUV109.49147.48168.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 74 (29.30% from 255) = 19.27%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=43.23%
G=19.27%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667414400.550.130.35314.3538.3347.06
HexA64A90037D2313a262f
Octal24611222006715434724657
Binary1010011010010101001000001101111101100011100111010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64A90; }

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

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

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

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

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

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

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

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