#A644AA

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

Shades of Violet Blue #A644AA

Tints of Violet Blue #A644AA

Color information

#A644AA (or 0xA644AA) is unknown color: approx Violet Blue. HEX triplet: A6, 44 and AA. RGB value is (166,68,170). Sum of RGB (Red+Green+Blue) = 166+68+170=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #A644AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A644AA is #59BB55. Grayscale: #6C6C6C. Windows color (decimal): -5880662 or 11158694. OLE color: 11158694.

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

Color convert

RGB16668170-
CMYK0.020.600.33
HSL297.65º42.86%46.67%-
HSV(B)297.65º60%66.67%-
XYZ25.0515.1439.63-
YUV108.93162.47168.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 68 (26.95% from 255) = 16.83%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=41.09%
G=16.83%
B=42.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166681700.020.600.33297.6542.8646.67
HexA644AA23C02112a2b2f
Octal2461042522740414525357
Binary10100110100010010101010101111000100001100101010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A644AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A644AA; }

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

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

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

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

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

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

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

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