#A946A4

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

Shades of Violet Blue #A946A4

Tints of Violet Blue #A946A4

Color information

#A946A4 (or 0xA946A4) is unknown color: approx Violet Blue. HEX triplet: A9, 46 and A4. RGB value is (169,70,164). Sum of RGB (Red+Green+Blue) = 169+70+164=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A946A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A946A4 is #56B95B. Grayscale: #6E6E6E. Windows color (decimal): -5683548 or 10765993. OLE color: 10765993.

HSL color Cylindrical-coordinate representation of color #A946A4: hue angle of 303.03º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A946A4 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB16970164-
CMYK00.590.030.34
HSL303.03º41.42%46.86%-
HSV(B)303.03º58.58%66.27%-
XYZ25.2515.536.78-
YUV110.32158.3169.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 70 (27.73% from 255) = 17.37%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=41.94%
G=17.37%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697016400.590.030.34303.0341.4246.86
HexA946A403B32212f292f
Octal2511062440733424575157
Binary10101001100011010100100011101111100010100101111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A946A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A946A4; }

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

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

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

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

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

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

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

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