#A67AAA

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

Shades of Violet Blue #A67AAA

Tints of Violet Blue #A67AAA

Color information

#A67AAA (or 0xA67AAA) is unknown color: approx Violet Blue. HEX triplet: A6, 7A and AA. RGB value is (166,122,170). Sum of RGB (Red+Green+Blue) = 166+122+170=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #A67AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67AAA is #598555. Grayscale: #8C8C8C. Windows color (decimal): -5866838 or 11172518. OLE color: 11172518.

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

Color convert

RGB166122170-
CMYK0.020.2800.33
HSL295º22.02%57.25%-
HSV(B)295º28.24%66.67%-
XYZ29.9424.9341.26-
YUV140.63144.58146.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.24%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=36.24%
G=26.64%
B=37.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661221700.020.2800.3329522.0257.25
HexA67AAA21C0211271639
Octal2461722522340414472671
Binary101001101111010101010101011100010000110010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67AAA; }

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

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

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

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

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

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

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

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