#A570AE

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

Shades of Violet Blue #A570AE

Tints of Violet Blue #A570AE

Color information

#A570AE (or 0xA570AE) is unknown color: approx Violet Blue. HEX triplet: A5, 70 and AE. RGB value is (165,112,174). Sum of RGB (Red+Green+Blue) = 165+112+174=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #A570AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A570AE is #5A8F51. Grayscale: #868686. Windows color (decimal): -5934930 or 11432101. OLE color: 11432101.

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

Color convert

RGB165112174-
CMYK0.050.3600.32
HSL291.29º27.68%56.08%-
HSV(B)291.29º35.63%68.24%-
XYZ28.9522.6442.89-
YUV134.92150.06149.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=36.59%
G=24.83%
B=38.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651121740.050.3600.32291.2927.6856.08
HexA570AE5240201231c38
Octal2451602565440404433470
Binary10100101111000010101110101100100010000010010001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570AE; }

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

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

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

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

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

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

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

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