#A254AB

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

Shades of Violet Blue #A254AB

Tints of Violet Blue #A254AB

Color information

#A254AB (or 0xA254AB) is unknown color: approx Violet Blue. HEX triplet: A2, 54 and AB. RGB value is (162,84,171). Sum of RGB (Red+Green+Blue) = 162+84+171=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #A254AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A254AB is #5DAB54. Grayscale: #747474. Windows color (decimal): -6138709 or 11228322. OLE color: 11228322.

HSL color Cylindrical-coordinate representation of color #A254AB: hue angle of 293.79º 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 #A254AB is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16284171-
CMYK0.050.5100.33
HSL293.79º34.12%50%-
HSV(B)293.79º50.88%67.06%-
XYZ25.4216.9640.46-
YUV117.24158.34159.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=38.85%
G=20.14%
B=41.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162841710.050.5100.33293.7934.1250
HexA254AB5330211262232
Octal2421242535630414464262
Binary101000101010100101010111011100110100001100100110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A254AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A254AB; }

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

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

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

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

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

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

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

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