#A351AA

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

Shades of Violet Blue #A351AA

Tints of Violet Blue #A351AA

Color information

#A351AA (or 0xA351AA) is unknown color: approx Violet Blue. HEX triplet: A3, 51 and AA. RGB value is (163,81,170). Sum of RGB (Red+Green+Blue) = 163+81+170=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #A351AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A351AA is #5CAE55. Grayscale: #737373. Windows color (decimal): -6073942 or 11162019. OLE color: 11162019.

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

Color convert

RGB16381170-
CMYK0.040.5200.33
HSL295.28º35.46%49.22%-
HSV(B)295.28º52.35%66.67%-
XYZ25.316.5739.9-
YUV115.66158.67161.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 81 (32.03% from 255) = 19.57%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=39.37%
G=19.57%
B=41.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163811700.040.5200.33295.2835.4649.22
HexA351AA4340211272331
Octal2431212524640414474361
Binary101000111010001101010101001101000100001100100111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A351AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A351AA; }

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

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

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

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

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

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

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

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