#A472AD

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

Shades of Violet Blue #A472AD

Tints of Violet Blue #A472AD

Color information

#A472AD (or 0xA472AD) is unknown color: approx Violet Blue. HEX triplet: A4, 72 and AD. RGB value is (164,114,173). Sum of RGB (Red+Green+Blue) = 164+114+173=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #A472AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A472AD is #5B8D52. Grayscale: #878787. Windows color (decimal): -5999955 or 11367076. OLE color: 11367076.

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

Color convert

RGB164114173-
CMYK0.050.3400.32
HSL290.85º26.46%56.27%-
HSV(B)290.85º34.1%67.84%-
XYZ28.8722.9442.44-
YUV135.68149.06148.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=36.36%
G=25.28%
B=38.36%

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
Decimal1641141730.050.3400.32290.8526.4656.27
HexA472AD5220201231a38
Octal2441622555420404433270
Binary10100100111001010101101101100010010000010010001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A472AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A472AD; }

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

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

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

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

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

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

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

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