#A474A3

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

Shades of Violet Blue #A474A3

Tints of Violet Blue #A474A3

Color information

#A474A3 (or 0xA474A3) is unknown color: approx Violet Blue. HEX triplet: A4, 74 and A3. RGB value is (164,116,163). Sum of RGB (Red+Green+Blue) = 164+116+163=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A474A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A474A3 is #5B8B5C. Grayscale: #878787. Windows color (decimal): -5999453 or 10712228. OLE color: 10712228.

HSL color Cylindrical-coordinate representation of color #A474A3: hue angle of 301.25º 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 #A474A3 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB164116163-
CMYK00.290.010.36
HSL301.25º20.87%54.9%-
HSV(B)301.25º29.27%64.31%-
XYZ28.1723.0337.61-
YUV135.71143.4148.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 163 (64.06% from 255) = 36.79%
R=37.02%
G=26.19%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411616300.290.010.36301.2520.8754.9
HexA474A301D12412d1537
Octal2441642430351444552567
Binary10100100111010010100011011101110010010010110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A474A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A474A3; }

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

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

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

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

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

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

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

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