#A851A1

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

Shades of Violet Blue #A851A1

Tints of Violet Blue #A851A1

Color information

#A851A1 (or 0xA851A1) is unknown color: approx Violet Blue. HEX triplet: A8, 51 and A1. RGB value is (168,81,161). Sum of RGB (Red+Green+Blue) = 168+81+161=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A851A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A851A1 is #57AE5E. Grayscale: #737373. Windows color (decimal): -5746271 or 10572200. OLE color: 10572200.

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

Color convert

RGB16881161-
CMYK00.520.040.34
HSL304.83º34.94%48.82%-
HSV(B)304.83º51.79%65.88%-
XYZ25.5216.7835.61-
YUV116.13153.32165-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 81 (32.03% from 255) = 19.76%
BLUE value IS 161 (63.28% from 255) = 39.27%
R=40.98%
G=19.76%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688116100.520.040.34304.8334.9448.82
HexA851A10344221312331
Octal2501212410644424614361
Binary101010001010001101000010110100100100010100110001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A851A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A851A1; }

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

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

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

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

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

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

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

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