#A9679D

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

Shades of Violet Blue #A9679D

Tints of Violet Blue #A9679D

Color information

#A9679D (or 0xA9679D) is unknown color: approx Violet Blue. HEX triplet: A9, 67 and 9D. RGB value is (169,103,157). Sum of RGB (Red+Green+Blue) = 169+103+157=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A9679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9679D is #569862. Grayscale: #808080. Windows color (decimal): -5675107 or 10315689. OLE color: 10315689.

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

Color convert

RGB169103157-
CMYK00.390.070.34
HSL310.91º27.73%53.33%-
HSV(B)310.91º39.05%66.27%-
XYZ27.320.5734.43-
YUV128.89143.87156.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=39.39%
G=24.01%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910315700.390.070.34310.9127.7353.33
HexA9679D0277221371c35
Octal2511472350477424673465
Binary10101001110011110011101010011111110001010011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9679D; }

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

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

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

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

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

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

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

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