#A254AA

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

Shades of Violet Blue #A254AA

Tints of Violet Blue #A254AA

Color information

#A254AA (or 0xA254AA) is unknown color: approx Violet Blue. HEX triplet: A2, 54 and AA. RGB value is (162,84,170). Sum of RGB (Red+Green+Blue) = 162+84+170=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #A254AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A254AA is #5DAB55. Grayscale: #747474. Windows color (decimal): -6138710 or 11162786. OLE color: 11162786.

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

Color convert

RGB16284170-
CMYK0.050.5100.33
HSL294.42º33.86%49.8%-
HSV(B)294.42º50.59%66.67%-
XYZ25.3316.9239.96-
YUV117.13157.84160.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 84 (33.20% from 255) = 20.19%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=38.94%
G=20.19%
B=40.87%

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
Decimal162841700.050.5100.33294.4233.8649.8
HexA254AA5330211262232
Octal2421242525630414464262
Binary101000101010100101010101011100110100001100100110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A254AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A254AA; }

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

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

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

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

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

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

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

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