#A1689D

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

Shades of Violet Blue #A1689D

Tints of Violet Blue #A1689D

Color information

#A1689D (or 0xA1689D) is unknown color: approx Violet Blue. HEX triplet: A1, 68 and 9D. RGB value is (161,104,157). Sum of RGB (Red+Green+Blue) = 161+104+157=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A1689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1689D is #5E9762. Grayscale: #7E7E7E. Windows color (decimal): -6199139 or 10315937. OLE color: 10315937.

HSL color Cylindrical-coordinate representation of color #A1689D: hue angle of 304.21º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1689D is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB161104157-
CMYK00.350.020.37
HSL304.21º23.27%51.96%-
HSV(B)304.21º35.4%63.14%-
XYZ25.7319.9134.39-
YUV127.08144.88152.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=38.15%
G=24.64%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110415700.350.020.37304.2123.2751.96
HexA1689D0232251301734
Octal2411502350432454602764
Binary1010000111010001001110101000111010010110011000010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1689D; }

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

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

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

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

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

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

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

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