#A470A3

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

Shades of Violet Blue #A470A3

Tints of Violet Blue #A470A3

Color information

#A470A3 (or 0xA470A3) is unknown color: approx Violet Blue. HEX triplet: A4, 70 and A3. RGB value is (164,112,163). Sum of RGB (Red+Green+Blue) = 164+112+163=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A470A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A470A3 is #5B8F5C. Grayscale: #858585. Windows color (decimal): -6000477 or 10711204. OLE color: 10711204.

HSL color Cylindrical-coordinate representation of color #A470A3: hue angle of 301.15º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A470A3 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB164112163-
CMYK00.320.010.36
HSL301.15º22.22%54.12%-
HSV(B)301.15º31.71%64.31%-
XYZ27.7122.1337.46-
YUV133.36144.73149.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=37.36%
G=25.51%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411216300.320.010.36301.1522.2254.12
HexA470A302012412d1636
Octal2441602430401444552666
Binary101001001110000101000110100000110010010010110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A470A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A470A3; }

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

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

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

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

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

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

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

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