#A851AD

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

Shades of Violet Blue #A851AD

Tints of Violet Blue #A851AD

Color information

#A851AD (or 0xA851AD) is unknown color: approx Violet Blue. HEX triplet: A8, 51 and AD. RGB value is (168,81,173). Sum of RGB (Red+Green+Blue) = 168+81+173=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #A851AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A851AD is #57AE52. Grayscale: #757575. Windows color (decimal): -5746259 or 11358632. OLE color: 11358632.

HSL color Cylindrical-coordinate representation of color #A851AD: hue angle of 296.74º 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 #A851AD is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16881173-
CMYK0.030.5300.32
HSL296.74º36.22%49.8%-
HSV(B)296.74º53.18%67.84%-
XYZ26.6317.2341.46-
YUV117.5159.32164.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=39.81%
G=19.19%
B=41.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168811730.030.5300.32296.7436.2249.8
HexA851AD3350201292432
Octal2501212553650404514462
Binary10101000101000110101101111101010100000100101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A851AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A851AD; }

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

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

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

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

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

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

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

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