Html Css Color HEX #A877AA Violet Blue

📋 copy color: '#A877AA'

red 168 ◦ green 119 ◦ blue 170

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

Shades of Violet Blue #A877AA

Tints of Violet Blue #A877AA

RGB

 RED value IS 168 (66.02% from 255) = 36.76%

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

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

R = 36.76%
G = 26.04%
B = 37.2%

CMYK

 C value IS 0.01

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A877AA (or 0xA877AA) is known color: Violet Blue. HEX triplet: A8, 77 and AA. RGB value is (168,119,170). Sum of RGB (Red+Green+Blue) = 168+119+170=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #A877AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A877AA is #578855. Grayscale: #8B8B8B. Windows color (decimal): -5736534 or 11171752. OLE color: 11171752.

HSL color Cylindrical-coordinate representation of color #A877AA: hue angle of 297.65º 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 #A877AA is Cyan = 0.01, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 119 170 -
CMYK 0.01 0.3 0 0.33
HSL 297.65º 0.23% 0.57% -
HSV(B) 297.65º 0.3% 0.67% -
XYZ 30 24.42 41.16 -
YUV 139.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 168 119 170 0.01 0.3 0 0.33 297.65 0.23 0.57
Hex A8 77 AA 1 1E 0 21 12A 17 39
Octal 250 167 252 1 36 0 41 452 27 71
Binary 10101000 1110111 10101010 1 11110 0 100001 100101010 10111 111001

Color Harmonies of #A877AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A877AA

Black with #A877AA

Text Example


Text Example

White with #A877AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A877AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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