#A570A2

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

Shades of Violet Blue #A570A2

Tints of Violet Blue #A570A2

Color information

#A570A2 (or 0xA570A2) is unknown color: approx Violet Blue. HEX triplet: A5, 70 and A2. RGB value is (165,112,162). Sum of RGB (Red+Green+Blue) = 165+112+162=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A570A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A570A2 is #5A8F5D. Grayscale: #858585. Windows color (decimal): -5934942 or 10645669. OLE color: 10645669.

HSL color Cylindrical-coordinate representation of color #A570A2: hue angle of 303.4º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A570A2 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB165112162-
CMYK00.320.020.35
HSL303.4º22.75%54.31%-
HSV(B)303.4º32.12%64.71%-
XYZ27.8322.237-
YUV133.55144.06150.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=37.59%
G=25.51%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511216200.320.020.35303.422.7554.31
HexA570A202022312f1736
Octal2451602420402434572766
Binary1010010111100001010001001000001010001110010111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570A2; }

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

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

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

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

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

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

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

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