#A644A7

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

Shades of Violet Blue #A644A7

Tints of Violet Blue #A644A7

Color information

#A644A7 (or 0xA644A7) is unknown color: approx Violet Blue. HEX triplet: A6, 44 and A7. RGB value is (166,68,167). Sum of RGB (Red+Green+Blue) = 166+68+167=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 167 - color contains mainly: blue. Hex color #A644A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A644A7 is #59BB58. Grayscale: #6C6C6C. Windows color (decimal): -5880665 or 10962086. OLE color: 10962086.

HSL color Cylindrical-coordinate representation of color #A644A7: hue angle of 299.39º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A644A7 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16668167-
CMYK0.010.5900.35
HSL299.39º42.13%46.08%-
HSV(B)299.39º59.28%65.49%-
XYZ24.7715.0338.16-
YUV108.59160.97168.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 167 (65.62% from 255) = 41.65%
R=41.40%
G=16.96%
B=41.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166681670.010.5900.35299.3942.1346.08
HexA644A713B02312b2a2e
Octal2461042471730434535256
Binary1010011010001001010011111110110100011100101011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A644A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A644A7; }

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

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

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

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

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

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

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

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