#A570AD

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

Shades of Violet Blue #A570AD

Tints of Violet Blue #A570AD

Color information

#A570AD (or 0xA570AD) is unknown color: approx Violet Blue. HEX triplet: A5, 70 and AD. RGB value is (165,112,173). Sum of RGB (Red+Green+Blue) = 165+112+173=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #A570AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A570AD is #5A8F52. Grayscale: #868686. Windows color (decimal): -5934931 or 11366565. OLE color: 11366565.

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

Color convert

RGB165112173-
CMYK0.050.3500.32
HSL292.13º27.11%55.88%-
HSV(B)292.13º35.26%67.84%-
XYZ28.8522.642.38-
YUV134.8149.56149.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=36.67%
G=24.89%
B=38.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651121730.050.3500.32292.1327.1155.88
HexA570AD5230201241b38
Octal2451602555430404443370
Binary10100101111000010101101101100011010000010010010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570AD; }

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

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

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

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

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

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

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

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