#A2729E

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

Shades of Violet Blue #A2729E

Tints of Violet Blue #A2729E

Color information

#A2729E (or 0xA2729E) is unknown color: approx Violet Blue. HEX triplet: A2, 72 and 9E. RGB value is (162,114,158). Sum of RGB (Red+Green+Blue) = 162+114+158=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A2729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2729E is #5D8D61. Grayscale: #858585. Windows color (decimal): -6131042 or 10384034. OLE color: 10384034.

HSL color Cylindrical-coordinate representation of color #A2729E: hue angle of 305º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2729E is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB162114158-
CMYK00.300.020.36
HSL305º20.51%54.12%-
HSV(B)305º29.63%63.53%-
XYZ27.0922.1835.2-
YUV133.37141.9148.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=37.33%
G=26.27%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211415800.300.020.3630520.5154.12
HexA2729E01E2241311536
Octal2421622360362444612566
Binary101000101110010100111100111101010010010011000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2729E; }

 p { color: rgb(162,114,158); }

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

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

 a { background-color: rgb(162,114,158); }

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

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

 span { border-color: rgb(162,114,158); }

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