#A946AF

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

Shades of Violet Blue #A946AF

Tints of Violet Blue #A946AF

Color information

#A946AF (or 0xA946AF) is unknown color: approx Violet Blue. HEX triplet: A9, 46 and AF. RGB value is (169,70,175). Sum of RGB (Red+Green+Blue) = 169+70+175=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #A946AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A946AF is #56B950. Grayscale: #6F6F6F. Windows color (decimal): -5683537 or 11486889. OLE color: 11486889.

HSL color Cylindrical-coordinate representation of color #A946AF: hue angle of 296.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A946AF is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16970175-
CMYK0.030.6000.31
HSL296.57º42.86%48.04%-
HSV(B)296.57º60%68.63%-
XYZ26.2915.9142.24-
YUV111.57163.8168.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 70 (27.73% from 255) = 16.91%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=40.82%
G=16.91%
B=42.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169701750.030.6000.31296.5742.8648.04
HexA946AF33C01F1292b30
Octal2511062573740374515360
Binary1010100110001101010111111111100011111100101001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A946AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A946AF; }

 p { color: rgb(169,70,175); }

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

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

 a { background-color: rgb(169,70,175); }

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

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

 span { border-color: rgb(169,70,175); }

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