Html Css Color HEX #A0779D Violet Blue

📋 copy color: '#A0779D'

red 160 ◦ green 119 ◦ blue 157

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

Shades of Violet Blue #A0779D

Tints of Violet Blue #A0779D

RGB

 RED value IS 160 (62.89% from 255) = 36.7%

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

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

R = 36.7%
G = 27.29%
B = 36.01%

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

#A0779D (or 0xA0779D) is known color: Violet Blue. HEX triplet: A0, 77 and 9D. RGB value is (160,119,157). Sum of RGB (Red+Green+Blue) = 160+119+157=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A0779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0779D is #5F8862. Grayscale: #878787. Windows color (decimal): -6260835 or 10319776. OLE color: 10319776.

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

Color convert

RGB 160 119 157 -
CMYK 0 0.26 0.02 0.37
HSL 304.39º 0.18% 0.55% -
HSV(B) 304.39º 0.26% 0.63% -
XYZ 27.18 23.1 34.92 -
YUV 135.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 160 119 157 0 0.26 0.02 0.37 304.39 0.18 0.55
Hex A0 77 9D 0 1A 2 25 130 12 37
Octal 240 167 235 0 32 2 45 460 22 67
Binary 10100000 1110111 10011101 0 11010 10 100101 100110000 10010 110111

Color Harmonies of #A0779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0779D

Black with #A0779D

Text Example


Text Example

White with #A0779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0779D; }

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

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

background-color css

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

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

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

border-color css

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

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

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