#A1679B

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

Shades of Violet Blue #A1679B

Tints of Violet Blue #A1679B

Color information

#A1679B (or 0xA1679B) is unknown color: approx Violet Blue. HEX triplet: A1, 67 and 9B. RGB value is (161,103,155). Sum of RGB (Red+Green+Blue) = 161+103+155=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1679B is #5E9864. Grayscale: #7E7E7E. Windows color (decimal): -6199397 or 10184609. OLE color: 10184609.

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

Color convert

RGB161103155-
CMYK00.360.040.37
HSL306.21º23.58%51.76%-
HSV(B)306.21º36.02%63.14%-
XYZ25.4619.6433.46-
YUV126.27144.22152.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 155 (60.94% from 255) = 36.99%
R=38.42%
G=24.58%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110315500.360.040.37306.2123.5851.76
HexA1679B0244251321834
Octal2411472330444454623064
Binary10100001110011110011011010010010010010110011001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1679B; }

 p { color: rgb(161,103,155); }

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

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

 a { background-color: rgb(161,103,155); }

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

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

 span { border-color: rgb(161,103,155); }

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