#A164AD

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

Shades of Violet Blue #A164AD

Tints of Violet Blue #A164AD

Color information

#A164AD (or 0xA164AD) is unknown color: approx Violet Blue. HEX triplet: A1, 64 and AD. RGB value is (161,100,173). Sum of RGB (Red+Green+Blue) = 161+100+173=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #A164AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A164AD is #5E9B52. Grayscale: #7E7E7E. Windows color (decimal): -6200147 or 11363489. OLE color: 11363489.

HSL color Cylindrical-coordinate representation of color #A164AD: hue angle of 290.14º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A164AD is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161100173-
CMYK0.070.4200.32
HSL290.14º30.8%53.53%-
HSV(B)290.14º42.2%67.84%-
XYZ26.819.7141.93-
YUV126.56154.21152.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 100 (39.45% from 255) = 23.04%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=37.10%
G=23.04%
B=39.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611001730.070.4200.32290.1430.853.53
HexA164AD72A0201221f36
Octal2411442557520404423766
Binary10100001110010010101101111101010010000010010001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A164AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A164AD; }

 p { color: rgb(161,100,173); }

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

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

 a { background-color: rgb(161,100,173); }

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

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

 span { border-color: rgb(161,100,173); }

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