#A350AB

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

Shades of Violet Blue #A350AB

Tints of Violet Blue #A350AB

Color information

#A350AB (or 0xA350AB) is unknown color: approx Violet Blue. HEX triplet: A3, 50 and AB. RGB value is (163,80,171). Sum of RGB (Red+Green+Blue) = 163+80+171=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #A350AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A350AB is #5CAF54. Grayscale: #727272. Windows color (decimal): -6074197 or 11227299. OLE color: 11227299.

HSL color Cylindrical-coordinate representation of color #A350AB: hue angle of 294.73º degrees, saturation: 0.36, 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 #A350AB is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16380171-
CMYK0.050.5300.33
HSL294.73º36.25%49.22%-
HSV(B)294.73º53.22%67.06%-
XYZ25.3216.4640.37-
YUV115.19159.5162.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 80 (31.64% from 255) = 19.32%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=39.37%
G=19.32%
B=41.30%

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
Decimal163801710.050.5300.33294.7336.2549.22
HexA350AB5350211272431
Octal2431202535650414474461
Binary101000111010000101010111011101010100001100100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A350AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A350AB; }

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

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

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

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

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

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

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

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