#A271AA

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

Shades of Violet Blue #A271AA

Tints of Violet Blue #A271AA

Color information

#A271AA (or 0xA271AA) is unknown color: approx Violet Blue. HEX triplet: A2, 71 and AA. RGB value is (162,113,170). Sum of RGB (Red+Green+Blue) = 162+113+170=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #A271AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A271AA is #5D8E55. Grayscale: #858585. Windows color (decimal): -6131286 or 11170210. OLE color: 11170210.

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

Color convert

RGB162113170-
CMYK0.050.3400.33
HSL291.58º25.11%55.49%-
HSV(B)291.58º33.53%66.67%-
XYZ28.0622.3940.87-
YUV134.15148.23147.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=36.40%
G=25.39%
B=38.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621131700.050.3400.33291.5825.1155.49
HexA271AA5220211241937
Octal2421612525420414443167
Binary10100010111000110101010101100010010000110010010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A271AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A271AA; }

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

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

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

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

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

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

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

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