#A351AD

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

Shades of Violet Blue #A351AD

Tints of Violet Blue #A351AD

Color information

#A351AD (or 0xA351AD) is unknown color: approx Violet Blue. HEX triplet: A3, 51 and AD. RGB value is (163,81,173). Sum of RGB (Red+Green+Blue) = 163+81+173=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #A351AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A351AD is #5CAE52. Grayscale: #737373. Windows color (decimal): -6073939 or 11358627. OLE color: 11358627.

HSL color Cylindrical-coordinate representation of color #A351AD: hue angle of 293.48º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A351AD is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16381173-
CMYK0.060.5300.32
HSL293.48º36.22%49.8%-
HSV(B)293.48º53.18%67.84%-
XYZ25.5916.6941.41-
YUV116.01160.17161.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=39.09%
G=19.42%
B=41.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163811730.060.5300.32293.4836.2249.8
HexA351AD6350201252432
Octal2431212556650404454462
Binary101000111010001101011011101101010100000100100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A351AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A351AD; }

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

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

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

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

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

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

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

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