#A163AD

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

Shades of Violet Blue #A163AD

Tints of Violet Blue #A163AD

Color information

#A163AD (or 0xA163AD) is unknown color: approx Violet Blue. HEX triplet: A1, 63 and AD. RGB value is (161,99,173). Sum of RGB (Red+Green+Blue) = 161+99+173=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #A163AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A163AD is #5E9C52. Grayscale: #7D7D7D. Windows color (decimal): -6200403 or 11363233. OLE color: 11363233.

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

Color convert

RGB16199173-
CMYK0.070.4300.32
HSL290.27º31.09%53.33%-
HSV(B)290.27º42.77%67.84%-
XYZ26.719.5241.9-
YUV125.97154.54152.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 99 (39.06% from 255) = 22.86%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=37.18%
G=22.86%
B=39.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161991730.070.4300.32290.2731.0953.33
HexA163AD72B0201221f35
Octal2411432557530404423765
Binary10100001110001110101101111101011010000010010001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163AD; }

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

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

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

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

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

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

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

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