#A346AA

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

Shades of Violet Blue #A346AA

Tints of Violet Blue #A346AA

Color information

#A346AA (or 0xA346AA) is unknown color: approx Violet Blue. HEX triplet: A3, 46 and AA. RGB value is (163,70,170). Sum of RGB (Red+Green+Blue) = 163+70+170=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #A346AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A346AA is #5CB955. Grayscale: #6C6C6C. Windows color (decimal): -6076758 or 11159203. OLE color: 11159203.

HSL color Cylindrical-coordinate representation of color #A346AA: hue angle of 295.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A346AA is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16370170-
CMYK0.040.5900.33
HSL295.8º41.67%47.06%-
HSV(B)295.8º58.82%66.67%-
XYZ24.5515.0739.64-
YUV109.21162.31166.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 70 (27.73% from 255) = 17.37%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=40.45%
G=17.37%
B=42.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163701700.040.5900.33295.841.6747.06
HexA346AA43B0211282a2f
Octal2431062524730414505257
Binary101000111000110101010101001110110100001100101000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A346AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A346AA; }

 p { color: rgb(163,70,170); }

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

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

 a { background-color: rgb(163,70,170); }

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

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

 span { border-color: rgb(163,70,170); }

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