#A474A0

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

Shades of Violet Blue #A474A0

Tints of Violet Blue #A474A0

Color information

#A474A0 (or 0xA474A0) is unknown color: approx Violet Blue. HEX triplet: A4, 74 and A0. RGB value is (164,116,160). Sum of RGB (Red+Green+Blue) = 164+116+160=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A474A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A474A0 is #5B8B5F. Grayscale: #878787. Windows color (decimal): -5999456 or 10515620. OLE color: 10515620.

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

Color convert

RGB164116160-
CMYK00.290.020.36
HSL305º20.87%54.9%-
HSV(B)305º29.27%64.31%-
XYZ27.922.9236.21-
YUV135.37141.9148.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 116 (45.70% from 255) = 26.36%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=37.27%
G=26.36%
B=36.36%

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
Decimal16411616000.290.020.3630520.8754.9
HexA474A001D2241311537
Octal2441642400352444612567
Binary101001001110100101000000111011010010010011000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A474A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A474A0; }

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

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

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

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

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

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

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

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