#A2729F

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

Shades of Violet Blue #A2729F

Tints of Violet Blue #A2729F

Color information

#A2729F (or 0xA2729F) is unknown color: approx Violet Blue. HEX triplet: A2, 72 and 9F. RGB value is (162,114,159). Sum of RGB (Red+Green+Blue) = 162+114+159=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A2729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2729F is #5D8D60. Grayscale: #858585. Windows color (decimal): -6131041 or 10449570. OLE color: 10449570.

HSL color Cylindrical-coordinate representation of color #A2729F: hue angle of 303.75º 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 #A2729F is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB162114159-
CMYK00.300.020.36
HSL303.75º20.51%54.12%-
HSV(B)303.75º29.63%63.53%-
XYZ27.1822.2235.66-
YUV133.48142.4148.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 159 (62.5% from 255) = 36.55%
R=37.24%
G=26.21%
B=36.55%

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
Decimal16211415900.300.020.36303.7520.5154.12
HexA2729F01E2241301536
Octal2421622370362444602566
Binary101000101110010100111110111101010010010011000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2729F; }

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

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

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

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

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

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

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

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