#A16DA3

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

Shades of Violet Blue #A16DA3

Tints of Violet Blue #A16DA3

Color information

#A16DA3 (or 0xA16DA3) is unknown color: approx Violet Blue. HEX triplet: A1, 6D and A3. RGB value is (161,109,163). Sum of RGB (Red+Green+Blue) = 161+109+163=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 163 - color contains mainly: blue. Hex color #A16DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16DA3 is #5E925C. Grayscale: #828282. Windows color (decimal): -6197853 or 10710433. OLE color: 10710433.

HSL color Cylindrical-coordinate representation of color #A16DA3: hue angle of 297.78º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A16DA3 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB161109163-
CMYK0.010.3300.36
HSL297.78º22.69%53.33%-
HSV(B)297.78º33.13%63.92%-
XYZ26.7821.1637.32-
YUV130.7146.23149.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 163 (64.06% from 255) = 37.64%
R=37.18%
G=25.17%
B=37.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611091630.010.3300.36297.7822.6953.33
HexA16DA312102412a1735
Octal2411552431410444522765
Binary101000011101101101000111100001010010010010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16DA3; }

 p { color: rgb(161,109,163); }

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

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

 a { background-color: rgb(161,109,163); }

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

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

 span { border-color: rgb(161,109,163); }

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