#A175A6

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

Shades of Violet Blue #A175A6

Tints of Violet Blue #A175A6

Color information

#A175A6 (or 0xA175A6) is unknown color: approx Violet Blue. HEX triplet: A1, 75 and A6. RGB value is (161,117,166). Sum of RGB (Red+Green+Blue) = 161+117+166=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 166 - color contains mainly: blue. Hex color #A175A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A175A6 is #5E8A59. Grayscale: #878787. Windows color (decimal): -6195802 or 10909089. OLE color: 10909089.

HSL color Cylindrical-coordinate representation of color #A175A6: hue angle of 293.88º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A175A6 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB161117166-
CMYK0.030.3000.35
HSL293.88º21.59%55.49%-
HSV(B)293.88º29.52%65.1%-
XYZ27.9423.0539.05-
YUV135.74145.08146.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 117 (46.09% from 255) = 26.35%
BLUE value IS 166 (65.23% from 255) = 37.39%
R=36.26%
G=26.35%
B=37.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611171660.030.3000.35293.8821.5955.49
HexA175A631E0231261637
Octal2411652463360434462667
Binary101000011110101101001101111110010001110010011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175A6; }

 p { color: rgb(161,117,166); }

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

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

 a { background-color: rgb(161,117,166); }

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

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

 span { border-color: rgb(161,117,166); }

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