Html Css Color HEX #A6729E Violet Blue

📋 copy color: '#A6729E'

red 166 ◦ green 114 ◦ blue 158

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

Shades of Violet Blue #A6729E

Tints of Violet Blue #A6729E

RGB

 RED value IS 166 (65.23% from 255) = 37.9%

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

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

R = 37.9%
G = 26.03%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6729E (or 0xA6729E) is known color: Violet Blue. HEX triplet: A6, 72 and 9E. RGB value is (166,114,158). Sum of RGB (Red+Green+Blue) = 166+114+158=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6729E is #598D61. Grayscale: #868686. Windows color (decimal): -5868898 or 10384038. OLE color: 10384038.

HSL color Cylindrical-coordinate representation of color #A6729E: hue angle of 309.23º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6729E is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 114 158 -
CMYK 0 0.31 0.05 0.35
HSL 309.23º 0.23% 0.55% -
HSV(B) 309.23º 0.31% 0.65% -
XYZ 27.91 22.61 35.24 -
YUV 134.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 166 114 158 0 0.31 0.05 0.35 309.23 0.23 0.55
Hex A6 72 9E 0 1F 5 23 135 17 37
Octal 246 162 236 0 37 5 43 465 27 67
Binary 10100110 1110010 10011110 0 11111 101 100011 100110101 10111 110111

Color Harmonies of #A6729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6729E

Black with #A6729E

Text Example


Text Example

White with #A6729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6729E; }

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

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

background-color css

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

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

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

border-color css

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

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

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