#A851AB

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

Shades of Violet Blue #A851AB

Tints of Violet Blue #A851AB

Color information

#A851AB (or 0xA851AB) is unknown color: approx Violet Blue. HEX triplet: A8, 51 and AB. RGB value is (168,81,171). Sum of RGB (Red+Green+Blue) = 168+81+171=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #A851AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A851AB is #57AE54. Grayscale: #757575. Windows color (decimal): -5746261 or 11227560. OLE color: 11227560.

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

Color convert

RGB16881171-
CMYK0.020.5300.33
HSL298º35.71%49.41%-
HSV(B)298º52.63%67.06%-
XYZ26.4417.1540.44-
YUV117.27158.32164.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=40%
G=19.29%
B=40.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168811710.020.5300.3329835.7149.41
HexA851AB23502112a2431
Octal2501212532650414524461
Binary10101000101000110101011101101010100001100101010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A851AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A851AB; }

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

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

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

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

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

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

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

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