Html Css Color HEX #A979B2 East Side

📋 copy color: '#A979B2'

red 169 ◦ green 121 ◦ blue 178

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

Shades of East Side #A979B2

Tints of East Side #A979B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.03%

R = 36.11%
G = 25.85%
B = 38.03%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A979B2 (or 0xA979B2) is known color: East Side. HEX triplet: A9, 79 and B2. RGB value is (169,121,178). Sum of RGB (Red+Green+Blue) = 169+121+178=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 178 - color contains mainly: blue. Hex color #A979B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A979B2 is #56864D. Grayscale: #8D8D8D. Windows color (decimal): -5670478 or 11696553. OLE color: 11696553.

HSL color Cylindrical-coordinate representation of color #A979B2: hue angle of 290.53º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A979B2 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 121 178 -
CMYK 0.05 0.32 0 0.30
HSL 290.53º 0.27% 0.59% -
HSV(B) 290.53º 0.32% 0.7% -
XYZ 31.24 25.32 45.36 -
YUV 141.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 169 121 178 0.05 0.32 0 0.30 290.53 0.27 0.59
Hex A9 79 B2 5 20 0 1E 123 1B 3B
Octal 251 171 262 5 40 0 36 443 33 73
Binary 10101001 1111001 10110010 101 100000 0 11110 100100011 11011 111011

Color Harmonies of #A979B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A979B2

Black with #A979B2

Text Example


Text Example

White with #A979B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A979B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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