#A941AB

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

Shades of Violet Blue #A941AB

Tints of Violet Blue #A941AB

Color information

#A941AB (or 0xA941AB) is unknown color: approx Violet Blue. HEX triplet: A9, 41 and AB. RGB value is (169,65,171). Sum of RGB (Red+Green+Blue) = 169+65+171=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #A941AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A941AB is #56BE54. Grayscale: #6B6B6B. Windows color (decimal): -5684821 or 11223465. OLE color: 11223465.

HSL color Cylindrical-coordinate representation of color #A941AB: hue angle of 298.87º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A941AB is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16965171-
CMYK0.010.6200.33
HSL298.87º44.92%46.27%-
HSV(B)298.87º61.99%67.06%-
XYZ25.615.1640.1-
YUV108.18163.46171.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=41.73%
G=16.05%
B=42.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169651710.010.6200.33298.8744.9246.27
HexA941AB13E02112b2d2e
Octal2511012531760414535556
Binary1010100110000011010101111111100100001100101011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A941AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A941AB; }

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

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

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

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

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

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

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

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