#A570A0

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

Shades of Violet Blue #A570A0

Tints of Violet Blue #A570A0

Color information

#A570A0 (or 0xA570A0) is unknown color: approx Violet Blue. HEX triplet: A5, 70 and A0. RGB value is (165,112,160). Sum of RGB (Red+Green+Blue) = 165+112+160=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A570A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A570A0 is #5A8F5F. Grayscale: #858585. Windows color (decimal): -5934944 or 10514597. OLE color: 10514597.

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

Color convert

RGB165112160-
CMYK00.320.030.35
HSL305.66º22.75%54.31%-
HSV(B)305.66º32.12%64.71%-
XYZ27.6622.1336.07-
YUV133.32143.06150.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=37.76%
G=25.63%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511216000.320.030.35305.6622.7554.31
HexA570A00203231321736
Octal2451602400403434622766
Binary1010010111100001010000001000001110001110011001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570A0; }

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

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

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

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

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

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

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

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