Html Css Color HEX #A978B1 East Side

📋 copy color: '#A978B1'

red 169 ◦ green 120 ◦ blue 177

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

Shades of East Side #A978B1

Tints of East Side #A978B1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.75%

 BLUE value IS 177 (69.53% from 255) = 37.98%

R = 36.27%
G = 25.75%
B = 37.98%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A978B1 (or 0xA978B1) is known color: East Side. HEX triplet: A9, 78 and B1. RGB value is (169,120,177). Sum of RGB (Red+Green+Blue) = 169+120+177=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 177 - color contains mainly: blue. Hex color #A978B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978B1 is #56874E. Grayscale: #8C8C8C. Windows color (decimal): -5670735 or 11630761. OLE color: 11630761.

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

Color convert

RGB 169 120 177 -
CMYK 0.05 0.32 0 0.31
HSL 291.58º 0.27% 0.58% -
HSV(B) 291.58º 0.32% 0.69% -
XYZ 31.01 25.04 44.79 -
YUV 141.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 169 120 177 0.05 0.32 0 0.31 291.58 0.27 0.58
Hex A9 78 B1 5 20 0 1F 124 1B 3A
Octal 251 170 261 5 40 0 37 444 33 72
Binary 10101001 1111000 10110001 101 100000 0 11111 100100100 11011 111010

Color Harmonies of #A978B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978B1

Black with #A978B1

Text Example


Text Example

White with #A978B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978B1; }

 p { color: rgb(169,120,177); }

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

background-color css

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

 a { background-color: rgb(169,120,177); }

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

border-color css

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

 span { border-color: rgb(169,120,177); }

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