#A470AE

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

Shades of Violet Blue #A470AE

Tints of Violet Blue #A470AE

Color information

#A470AE (or 0xA470AE) is unknown color: approx Violet Blue. HEX triplet: A4, 70 and AE. RGB value is (164,112,174). Sum of RGB (Red+Green+Blue) = 164+112+174=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #A470AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A470AE is #5B8F51. Grayscale: #868686. Windows color (decimal): -6000466 or 11432100. OLE color: 11432100.

HSL color Cylindrical-coordinate representation of color #A470AE: hue angle of 290.32º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A470AE is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164112174-
CMYK0.060.3600.32
HSL290.32º27.68%56.08%-
HSV(B)290.32º35.63%68.24%-
XYZ28.7422.5442.88-
YUV134.62150.23148.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=36.44%
G=24.89%
B=38.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641121740.060.3600.32290.3227.6856.08
HexA470AE6240201221c38
Octal2441602566440404423470
Binary10100100111000010101110110100100010000010010001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A470AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A470AE; }

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

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

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

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

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

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

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

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