#A9679E

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

Shades of Violet Blue #A9679E

Tints of Violet Blue #A9679E

Color information

#A9679E (or 0xA9679E) is unknown color: approx Violet Blue. HEX triplet: A9, 67 and 9E. RGB value is (169,103,158). Sum of RGB (Red+Green+Blue) = 169+103+158=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A9679E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9679E is #569861. Grayscale: #808080. Windows color (decimal): -5675106 or 10381225. OLE color: 10381225.

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

Color convert

RGB169103158-
CMYK00.390.070.34
HSL310º27.73%53.33%-
HSV(B)310º39.05%66.27%-
XYZ27.3820.634.88-
YUV129144.37156.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=39.30%
G=23.95%
B=36.74%

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
Decimal16910315800.390.070.3431027.7353.33
HexA9679E0277221361c35
Octal2511472360477424663465
Binary10101001110011110011110010011111110001010011011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9679E; }

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

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

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

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

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

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

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

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