#A9679B

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

Shades of Violet Blue #A9679B

Tints of Violet Blue #A9679B

Color information

#A9679B (or 0xA9679B) is unknown color: approx Violet Blue. HEX triplet: A9, 67 and 9B. RGB value is (169,103,155). Sum of RGB (Red+Green+Blue) = 169+103+155=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A9679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9679B is #569864. Grayscale: #808080. Windows color (decimal): -5675109 or 10184617. OLE color: 10184617.

HSL color Cylindrical-coordinate representation of color #A9679B: hue angle of 312.73º 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 #A9679B is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB169103155-
CMYK00.390.080.34
HSL312.73º27.73%53.33%-
HSV(B)312.73º39.05%66.27%-
XYZ27.1320.533.54-
YUV128.66142.87156.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 103 (40.62% from 255) = 24.12%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=39.58%
G=24.12%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910315500.390.080.34312.7327.7353.33
HexA9679B0278221391c35
Octal25114723304710424713465
Binary101010011100111100110110100111100010001010011100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9679B; }

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

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

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

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

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

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

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

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