#A572AD

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

Shades of Violet Blue #A572AD

Tints of Violet Blue #A572AD

Color information

#A572AD (or 0xA572AD) is unknown color: approx Violet Blue. HEX triplet: A5, 72 and AD. RGB value is (165,114,173). Sum of RGB (Red+Green+Blue) = 165+114+173=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #A572AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A572AD is #5A8D52. Grayscale: #878787. Windows color (decimal): -5934419 or 11367077. OLE color: 11367077.

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

Color convert

RGB165114173-
CMYK0.050.3400.32
HSL291.86º26.46%56.27%-
HSV(B)291.86º34.1%67.84%-
XYZ29.0823.0542.45-
YUV135.98148.9148.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=36.50%
G=25.22%
B=38.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651141730.050.3400.32291.8626.4656.27
HexA572AD5220201241a38
Octal2451622555420404443270
Binary10100101111001010101101101100010010000010010010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A572AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A572AD; }

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

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

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

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

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

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

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

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