#A941AD

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

Shades of Violet Blue #A941AD

Tints of Violet Blue #A941AD

Color information

#A941AD (or 0xA941AD) is unknown color: approx Violet Blue. HEX triplet: A9, 41 and AD. RGB value is (169,65,173). Sum of RGB (Red+Green+Blue) = 169+65+173=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #A941AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A941AD is #56BE52. Grayscale: #6C6C6C. Windows color (decimal): -5684819 or 11354537. OLE color: 11354537.

HSL color Cylindrical-coordinate representation of color #A941AD: hue angle of 297.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A941AD is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16965173-
CMYK0.020.6200.32
HSL297.78º45.38%46.67%-
HSV(B)297.78º62.43%67.84%-
XYZ25.815.2341.12-
YUV108.41164.46171.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=41.52%
G=15.97%
B=42.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169651730.020.6200.32297.7845.3846.67
HexA941AD23E02012a2d2f
Octal2511012552760404525557
Binary10101001100000110101101101111100100000100101010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A941AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A941AD; }

 p { color: rgb(169,65,173); }

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

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

 a { background-color: rgb(169,65,173); }

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

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

 span { border-color: rgb(169,65,173); }

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