#A474A1

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

Shades of Violet Blue #A474A1

Tints of Violet Blue #A474A1

Color information

#A474A1 (or 0xA474A1) is unknown color: approx Violet Blue. HEX triplet: A4, 74 and A1. RGB value is (164,116,161). Sum of RGB (Red+Green+Blue) = 164+116+161=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A474A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A474A1 is #5B8B5E. Grayscale: #878787. Windows color (decimal): -5999455 or 10581156. OLE color: 10581156.

HSL color Cylindrical-coordinate representation of color #A474A1: hue angle of 303.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A474A1 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB164116161-
CMYK00.290.020.36
HSL303.75º20.87%54.9%-
HSV(B)303.75º29.27%64.31%-
XYZ27.9922.9636.67-
YUV135.48142.4148.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 116 (45.70% from 255) = 26.30%
BLUE value IS 161 (63.28% from 255) = 36.51%
R=37.19%
G=26.30%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411616100.290.020.36303.7520.8754.9
HexA474A101D2241301537
Octal2441642410352444602567
Binary101001001110100101000010111011010010010011000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A474A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A474A1; }

 p { color: rgb(164,116,161); }

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

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

 a { background-color: rgb(164,116,161); }

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

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

 span { border-color: rgb(164,116,161); }

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