Html Css Color HEX #A776AA Violet Blue

📋 copy color: '#A776AA'

red 167 ◦ green 118 ◦ blue 170

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

Shades of Violet Blue #A776AA

Tints of Violet Blue #A776AA

RGB

 RED value IS 167 (65.63% from 255) = 36.7%

 GREEN value IS 118 (46.48% from 255) = 25.93%

 BLUE value IS 170 (66.8% from 255) = 37.36%

R = 36.7%
G = 25.93%
B = 37.36%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A776AA (or 0xA776AA) is known color: Violet Blue. HEX triplet: A7, 76 and AA. RGB value is (167,118,170). Sum of RGB (Red+Green+Blue) = 167+118+170=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #A776AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A776AA is #588955. Grayscale: #8A8A8A. Windows color (decimal): -5802326 or 11171495. OLE color: 11171495.

HSL color Cylindrical-coordinate representation of color #A776AA: hue angle of 296.54º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A776AA is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 118 170 -
CMYK 0.02 0.31 0 0.33
HSL 296.54º 0.23% 0.56% -
HSV(B) 296.54º 0.31% 0.67% -
XYZ 29.67 24.07 41.11 -
YUV 138.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 167 118 170 0.02 0.31 0 0.33 296.54 0.23 0.56
Hex A7 76 AA 2 1F 0 21 129 17 38
Octal 247 166 252 2 37 0 41 451 27 70
Binary 10100111 1110110 10101010 10 11111 0 100001 100101001 10111 111000

Color Harmonies of #A776AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A776AA

Black with #A776AA

Text Example


Text Example

White with #A776AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A776AA; }

 p { color: rgb(167,118,170); }

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

background-color css

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

 a { background-color: rgb(167,118,170); }

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

border-color css

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

 span { border-color: rgb(167,118,170); }

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