#A854AB

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

Shades of Violet Blue #A854AB

Tints of Violet Blue #A854AB

Color information

#A854AB (or 0xA854AB) is unknown color: approx Violet Blue. HEX triplet: A8, 54 and AB. RGB value is (168,84,171). Sum of RGB (Red+Green+Blue) = 168+84+171=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #A854AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A854AB is #57AB54. Grayscale: #767676. Windows color (decimal): -5745493 or 11228328. OLE color: 11228328.

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

Color convert

RGB16884171-
CMYK0.020.5100.33
HSL297.93º34.12%50%-
HSV(B)297.93º50.88%67.06%-
XYZ26.6717.6140.52-
YUV119.03157.33162.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 84 (33.20% from 255) = 19.86%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=39.72%
G=19.86%
B=40.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168841710.020.5100.33297.9334.1250
HexA854AB23302112a2232
Octal2501242532630414524262
Binary10101000101010010101011101100110100001100101010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A854AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A854AB; }

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

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

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

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

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

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

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

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