Html Css Color HEX #A4729E Violet Blue

📋 copy color: '#A4729E'

red 164 ◦ green 114 ◦ blue 158

#A4729E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #A4729E

Tints of Violet Blue #A4729E

RGB

 RED value IS 164 (64.45% from 255) = 37.61%

 GREEN value IS 114 (44.92% from 255) = 26.15%

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 37.61%
G = 26.15%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4729E (or 0xA4729E) is known color: Violet Blue. HEX triplet: A4, 72 and 9E. RGB value is (164,114,158). Sum of RGB (Red+Green+Blue) = 164+114+158=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A4729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4729E is #5B8D61. Grayscale: #858585. Windows color (decimal): -5999970 or 10384036. OLE color: 10384036.

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

Color convert

RGB 164 114 158 -
CMYK 0 0.30 0.04 0.36
HSL 307.2º 0.22% 0.55% -
HSV(B) 307.2º 0.3% 0.64% -
XYZ 27.5 22.4 35.22 -
YUV 133.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 164 114 158 0 0.30 0.04 0.36 307.2 0.22 0.55
Hex A4 72 9E 0 1E 4 24 133 16 37
Octal 244 162 236 0 36 4 44 463 26 67
Binary 10100100 1110010 10011110 0 11110 100 100100 100110011 10110 110111

Color Harmonies of #A4729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4729E

Black with #A4729E

Text Example


Text Example

White with #A4729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4729E; }

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

 H1.HeaderClassName
 {
   color: #A4729E;
 }
 .AnyTagClassName
 {
   color: #A4729E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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