#A67AA9

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

Shades of Violet Blue #A67AA9

Tints of Violet Blue #A67AA9

Color information

#A67AA9 (or 0xA67AA9) is unknown color: approx Violet Blue. HEX triplet: A6, 7A and A9. RGB value is (166,122,169). Sum of RGB (Red+Green+Blue) = 166+122+169=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 169 - color contains mainly: blue. Hex color #A67AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67AA9 is #598556. Grayscale: #8C8C8C. Windows color (decimal): -5866839 or 11106982. OLE color: 11106982.

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

Color convert

RGB166122169-
CMYK0.020.2800.34
HSL296.17º21.46%57.06%-
HSV(B)296.17º27.81%66.27%-
XYZ29.8524.8940.77-
YUV140.51144.08146.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 169 (66.41% from 255) = 36.98%
R=36.32%
G=26.70%
B=36.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1661221690.020.2800.34296.1721.4657.06
HexA67AA921C0221281539
Octal2461722512340424502571
Binary101001101111010101010011011100010001010010100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67AA9; }

 p { color: rgb(166,122,169); }

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

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

 a { background-color: rgb(166,122,169); }

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

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

 span { border-color: rgb(166,122,169); }

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