#A2729B

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

Shades of Violet Blue #A2729B

Tints of Violet Blue #A2729B

Color information

#A2729B (or 0xA2729B) is unknown color: approx Violet Blue. HEX triplet: A2, 72 and 9B. RGB value is (162,114,155). Sum of RGB (Red+Green+Blue) = 162+114+155=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A2729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2729B is #5D8D64. Grayscale: #848484. Windows color (decimal): -6131045 or 10187426. OLE color: 10187426.

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

Color convert

RGB162114155-
CMYK00.300.040.36
HSL308.75º20.51%54.12%-
HSV(B)308.75º29.63%63.53%-
XYZ26.8322.0833.86-
YUV133.03140.4148.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=37.59%
G=26.45%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211415500.300.040.36308.7520.5154.12
HexA2729B01E4241351536
Octal2421622330364444652566
Binary1010001011100101001101101111010010010010011010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2729B; }

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

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

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

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

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

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

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

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