#A350AC

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

Shades of Violet Blue #A350AC

Tints of Violet Blue #A350AC

Color information

#A350AC (or 0xA350AC) is unknown color: approx Violet Blue. HEX triplet: A3, 50 and AC. RGB value is (163,80,172). Sum of RGB (Red+Green+Blue) = 163+80+172=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #A350AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A350AC is #5CAF53. Grayscale: #737373. Windows color (decimal): -6074196 or 11292835. OLE color: 11292835.

HSL color Cylindrical-coordinate representation of color #A350AC: hue angle of 294.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A350AC is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16380172-
CMYK0.050.5300.33
HSL294.13º36.51%49.41%-
HSV(B)294.13º53.49%67.45%-
XYZ25.4216.540.88-
YUV115.3160162.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 80 (31.64% from 255) = 19.28%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=39.28%
G=19.28%
B=41.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163801720.050.5300.33294.1336.5149.41
HexA350AC5350211262531
Octal2431202545650414464561
Binary101000111010000101011001011101010100001100100110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A350AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A350AC; }

 p { color: rgb(163,80,172); }

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

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

 a { background-color: rgb(163,80,172); }

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

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

 span { border-color: rgb(163,80,172); }

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