#A851B1

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

Shades of Violet Blue #A851B1

Tints of Violet Blue #A851B1

Color information

#A851B1 (or 0xA851B1) is unknown color: approx Violet Blue. HEX triplet: A8, 51 and B1. RGB value is (168,81,177). Sum of RGB (Red+Green+Blue) = 168+81+177=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 177 - color contains mainly: blue. Hex color #A851B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A851B1 is #57AE4E. Grayscale: #757575. Windows color (decimal): -5746255 or 11620776. OLE color: 11620776.

HSL color Cylindrical-coordinate representation of color #A851B1: hue angle of 294.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A851B1 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16881177-
CMYK0.050.5400.31
HSL294.38º38.1%50.59%-
HSV(B)294.38º54.24%69.41%-
XYZ27.0317.3843.53-
YUV117.96161.32163.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 81 (32.03% from 255) = 19.01%
BLUE value IS 177 (69.53% from 255) = 41.55%
R=39.44%
G=19.01%
B=41.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168811770.050.5400.31294.3838.150.59
HexA851B153601F1262633
Octal2501212615660374464663
Binary10101000101000110110001101110110011111100100110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A851B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A851B1; }

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

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

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

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

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

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

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

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