#A1679D

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

Shades of Violet Blue #A1679D

Tints of Violet Blue #A1679D

Color information

#A1679D (or 0xA1679D) is unknown color: approx Violet Blue. HEX triplet: A1, 67 and 9D. RGB value is (161,103,157). Sum of RGB (Red+Green+Blue) = 161+103+157=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A1679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1679D is #5E9862. Grayscale: #7E7E7E. Windows color (decimal): -6199395 or 10315681. OLE color: 10315681.

HSL color Cylindrical-coordinate representation of color #A1679D: hue angle of 304.14º 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 #A1679D is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB161103157-
CMYK00.360.020.37
HSL304.14º23.58%51.76%-
HSV(B)304.14º36.02%63.14%-
XYZ25.6319.7134.35-
YUV126.5145.22152.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.24%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 157 (61.72% from 255) = 37.29%
R=38.24%
G=24.47%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110315700.360.020.37304.1423.5851.76
HexA1679D0242251301834
Octal2411472350442454603064
Binary1010000111001111001110101001001010010110011000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1679D; }

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

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

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

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

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

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

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

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