Html Css Color HEX #A777AA Violet Blue

📋 copy color: '#A777AA'

red 167 ◦ green 119 ◦ blue 170

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

Shades of Violet Blue #A777AA

Tints of Violet Blue #A777AA

RGB

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

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

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

R = 36.62%
G = 26.1%
B = 37.28%

CMYK

 C value IS 0.02

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A777AA (or 0xA777AA) is known color: Violet Blue. HEX triplet: A7, 77 and AA. RGB value is (167,119,170). Sum of RGB (Red+Green+Blue) = 167+119+170=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #A777AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A777AA is #588855. Grayscale: #8B8B8B. Windows color (decimal): -5802070 or 11171751. OLE color: 11171751.

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

Color convert

RGB 167 119 170 -
CMYK 0.02 0.3 0 0.33
HSL 296.47º 0.23% 0.57% -
HSV(B) 296.47º 0.3% 0.67% -
XYZ 29.79 24.31 41.15 -
YUV 139.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 167 119 170 0.02 0.3 0 0.33 296.47 0.23 0.57
Hex A7 77 AA 2 1E 0 21 128 17 39
Octal 247 167 252 2 36 0 41 450 27 71
Binary 10100111 1110111 10101010 10 11110 0 100001 100101000 10111 111001

Color Harmonies of #A777AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A777AA

Black with #A777AA

Text Example


Text Example

White with #A777AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A777AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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