#A9679A

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

Shades of Violet Blue #A9679A

Tints of Violet Blue #A9679A

Color information

#A9679A (or 0xA9679A) is unknown color: approx Violet Blue. HEX triplet: A9, 67 and 9A. RGB value is (169,103,154). Sum of RGB (Red+Green+Blue) = 169+103+154=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9679A is #569865. Grayscale: #808080. Windows color (decimal): -5675110 or 10119081. OLE color: 10119081.

HSL color Cylindrical-coordinate representation of color #A9679A: hue angle of 313.64º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A9679A is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB169103154-
CMYK00.390.090.34
HSL313.64º27.73%53.33%-
HSV(B)313.64º39.05%66.27%-
XYZ27.0520.4733.1-
YUV128.55142.37156.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 103 (40.62% from 255) = 24.18%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=39.67%
G=24.18%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910315400.390.090.34313.6427.7353.33
HexA9679A02792213a1c35
Octal25114723204711424723465
Binary101010011100111100110100100111100110001010011101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9679A; }

 p { color: rgb(169,103,154); }

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

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

 a { background-color: rgb(169,103,154); }

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

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

 span { border-color: rgb(169,103,154); }

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