#A470A1

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

Shades of Violet Blue #A470A1

Tints of Violet Blue #A470A1

Color information

#A470A1 (or 0xA470A1) is unknown color: approx Violet Blue. HEX triplet: A4, 70 and A1. RGB value is (164,112,161). Sum of RGB (Red+Green+Blue) = 164+112+161=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A470A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A470A1 is #5B8F5E. Grayscale: #848484. Windows color (decimal): -6000479 or 10580132. OLE color: 10580132.

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

Color convert

RGB164112161-
CMYK00.320.020.36
HSL303.46º22.22%54.12%-
HSV(B)303.46º31.71%64.31%-
XYZ27.5422.0536.52-
YUV133.13143.73150.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 161 (63.28% from 255) = 36.84%
R=37.53%
G=25.63%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411216100.320.020.36303.4622.2254.12
HexA470A102022412f1636
Octal2441602410402444572666
Binary1010010011100001010000101000001010010010010111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A470A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A470A1; }

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

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

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

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

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

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

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

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