#A67AA7

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

Shades of Violet Blue #A67AA7

Tints of Violet Blue #A67AA7

Color information

#A67AA7 (or 0xA67AA7) is unknown color: approx Violet Blue. HEX triplet: A6, 7A and A7. RGB value is (166,122,167). Sum of RGB (Red+Green+Blue) = 166+122+167=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 167 - color contains mainly: blue. Hex color #A67AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67AA7 is #598558. Grayscale: #8C8C8C. Windows color (decimal): -5866841 or 10975910. OLE color: 10975910.

HSL color Cylindrical-coordinate representation of color #A67AA7: hue angle of 298.67º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A67AA7 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB166122167-
CMYK0.010.2700.35
HSL298.67º20.36%56.67%-
HSV(B)298.67º26.95%65.49%-
XYZ29.6624.8239.79-
YUV140.29143.08146.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 167 (65.62% from 255) = 36.70%
R=36.48%
G=26.81%
B=36.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661221670.010.2700.35298.6720.3656.67
HexA67AA711B02312b1439
Octal2461722471330434532471
Binary10100110111101010100111111011010001110010101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67AA7; }

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

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

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

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

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

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

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

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