#A1709D

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

Shades of Violet Blue #A1709D

Tints of Violet Blue #A1709D

Color information

#A1709D (or 0xA1709D) is unknown color: approx Violet Blue. HEX triplet: A1, 70 and 9D. RGB value is (161,112,157). Sum of RGB (Red+Green+Blue) = 161+112+157=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A1709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1709D is #5E8F62. Grayscale: #838383. Windows color (decimal): -6197091 or 10317985. OLE color: 10317985.

HSL color Cylindrical-coordinate representation of color #A1709D: hue angle of 304.9º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1709D is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB161112157-
CMYK00.300.020.37
HSL304.9º20.68%53.53%-
HSV(B)304.9º30.43%63.14%-
XYZ26.5821.634.67-
YUV131.78142.23148.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=37.44%
G=26.05%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111215700.300.020.37304.920.6853.53
HexA1709D01E2251311536
Octal2411602350362454612566
Binary101000011110000100111010111101010010110011000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1709D; }

 p { color: rgb(161,112,157); }

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

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

 a { background-color: rgb(161,112,157); }

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

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

 span { border-color: rgb(161,112,157); }

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