Html Css Color HEX #A979B0 East Side

📋 copy color: '#A979B0'

red 169 ◦ green 121 ◦ blue 176

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

Shades of East Side #A979B0

Tints of East Side #A979B0

RGB

 RED value IS 169 (66.41% from 255) = 36.27%

 GREEN value IS 121 (47.66% from 255) = 25.97%

 BLUE value IS 176 (69.14% from 255) = 37.77%

R = 36.27%
G = 25.97%
B = 37.77%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A979B0 (or 0xA979B0) is known color: East Side. HEX triplet: A9, 79 and B0. RGB value is (169,121,176). Sum of RGB (Red+Green+Blue) = 169+121+176=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 176 - color contains mainly: blue. Hex color #A979B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A979B0 is #56864F. Grayscale: #8D8D8D. Windows color (decimal): -5670480 or 11565481. OLE color: 11565481.

HSL color Cylindrical-coordinate representation of color #A979B0: hue angle of 292.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A979B0 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 121 176 -
CMYK 0.04 0.31 0 0.31
HSL 292.36º 0.26% 0.58% -
HSV(B) 292.36º 0.31% 0.69% -
XYZ 31.04 25.24 44.31 -
YUV 141.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 169 121 176 0.04 0.31 0 0.31 292.36 0.26 0.58
Hex A9 79 B0 4 1F 0 1F 124 1A 3A
Octal 251 171 260 4 37 0 37 444 32 72
Binary 10101001 1111001 10110000 100 11111 0 11111 100100100 11010 111010

Color Harmonies of #A979B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A979B0

Black with #A979B0

Text Example


Text Example

White with #A979B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A979B0; }

 p { color: rgb(169,121,176); }

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

background-color css

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

 a { background-color: rgb(169,121,176); }

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

border-color css

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

 span { border-color: rgb(169,121,176); }

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