#A644A9

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

Shades of Violet Blue #A644A9

Tints of Violet Blue #A644A9

Color information

#A644A9 (or 0xA644A9) is unknown color: approx Violet Blue. HEX triplet: A6, 44 and A9. RGB value is (166,68,169). Sum of RGB (Red+Green+Blue) = 166+68+169=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #A644A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A644A9 is #59BB56. Grayscale: #6C6C6C. Windows color (decimal): -5880663 or 11093158. OLE color: 11093158.

HSL color Cylindrical-coordinate representation of color #A644A9: hue angle of 298.22º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A644A9 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16668169-
CMYK0.020.6000.34
HSL298.22º42.62%46.47%-
HSV(B)298.22º59.76%66.27%-
XYZ24.9515.1139.14-
YUV108.82161.97168.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 68 (26.95% from 255) = 16.87%
BLUE value IS 169 (66.41% from 255) = 41.94%
R=41.19%
G=16.87%
B=41.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal166681690.020.6000.34298.2242.6246.47
HexA644A923C02212a2b2e
Octal2461042512740424525356
Binary10100110100010010101001101111000100010100101010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A644A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A644A9; }

 p { color: rgb(166,68,169); }

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

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

 a { background-color: rgb(166,68,169); }

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

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

 span { border-color: rgb(166,68,169); }

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