#A167A5

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

Shades of Violet Blue #A167A5

Tints of Violet Blue #A167A5

Color information

#A167A5 (or 0xA167A5) is unknown color: approx Violet Blue. HEX triplet: A1, 67 and A5. RGB value is (161,103,165). Sum of RGB (Red+Green+Blue) = 161+103+165=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 165 - color contains mainly: blue. Hex color #A167A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A167A5 is #5E985A. Grayscale: #7F7F7F. Windows color (decimal): -6199387 or 10839969. OLE color: 10839969.

HSL color Cylindrical-coordinate representation of color #A167A5: hue angle of 296.13º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A167A5 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB161103165-
CMYK0.020.3800.35
HSL296.13º25.62%52.55%-
HSV(B)296.13º37.58%64.71%-
XYZ26.3419.9938.07-
YUV127.41149.22151.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 165 (64.84% from 255) = 38.46%
R=37.53%
G=24.01%
B=38.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611031650.020.3800.35296.1325.6252.55
HexA167A52260231281a35
Octal2411472452460434503265
Binary1010000111001111010010110100110010001110010100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167A5; }

 p { color: rgb(161,103,165); }

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

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

 a { background-color: rgb(161,103,165); }

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

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

 span { border-color: rgb(161,103,165); }

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