Html Css Color HEX #A1779D Violet Blue

📋 copy color: '#A1779D'

red 161 ◦ green 119 ◦ blue 157

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

Shades of Violet Blue #A1779D

Tints of Violet Blue #A1779D

RGB

 RED value IS 161 (63.28% from 255) = 36.84%

 GREEN value IS 119 (46.88% from 255) = 27.23%

 BLUE value IS 157 (61.72% from 255) = 35.93%

R = 36.84%
G = 27.23%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1779D (or 0xA1779D) is known color: Violet Blue. HEX triplet: A1, 77 and 9D. RGB value is (161,119,157). Sum of RGB (Red+Green+Blue) = 161+119+157=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 161 - color contains mainly: red. Hex color #A1779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1779D is #5E8862. Grayscale: #878787. Windows color (decimal): -6195299 or 10319777. OLE color: 10319777.

HSL color Cylindrical-coordinate representation of color #A1779D: hue angle of 305.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1779D is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 119 157 -
CMYK 0 0.26 0.02 0.37
HSL 305.71º 0.18% 0.55% -
HSV(B) 305.71º 0.26% 0.63% -
XYZ 27.38 23.21 34.93 -
YUV 135.89 139.91 145.91 -
System Red Green Blue C M Y K H S L
Decimal 161 119 157 0 0.26 0.02 0.37 305.71 0.18 0.55
Hex A1 77 9D 0 1A 2 25 132 12 37
Octal 241 167 235 0 32 2 45 462 22 67
Binary 10100001 1110111 10011101 0 11010 10 100101 100110010 10010 110111

Color Harmonies of #A1779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1779D

Black with #A1779D

Text Example


Text Example

White with #A1779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1779D; }

 p { color: rgb(161,119,157); }

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

background-color css

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

 a { background-color: rgb(161,119,157); }

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

border-color css

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

 span { border-color: rgb(161,119,157); }

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