Html Css Color HEX #A977BC East Side

📋 copy color: '#A977BC'

red 169 ◦ green 119 ◦ blue 188

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

Shades of East Side #A977BC

Tints of East Side #A977BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.5%

R = 35.5%
G = 25%
B = 39.5%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A977BC (or 0xA977BC) is known color: East Side. HEX triplet: A9, 77 and BC. RGB value is (169,119,188). Sum of RGB (Red+Green+Blue) = 169+119+188=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #A977BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977BC is #568843. Grayscale: #8D8D8D. Windows color (decimal): -5670980 or 12351401. OLE color: 12351401.

HSL color Cylindrical-coordinate representation of color #A977BC: hue angle of 283.48º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A977BC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 119 188 -
CMYK 0.10 0.37 0 0.26
HSL 283.48º 0.34% 0.6% -
HSV(B) 283.48º 0.37% 0.74% -
XYZ 32.04 25.26 50.76 -
YUV 141.82 154.07 147.39 -
System Red Green Blue C M Y K H S L
Decimal 169 119 188 0.10 0.37 0 0.26 283.48 0.34 0.6
Hex A9 77 BC A 25 0 1A 11B 22 3C
Octal 251 167 274 12 45 0 32 433 42 74
Binary 10101001 1110111 10111100 1010 100101 0 11010 100011011 100010 111100

Color Harmonies of #A977BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A977BC

Black with #A977BC

Text Example


Text Example

White with #A977BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A977BC; }

 p { color: rgb(169,119,188); }

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

background-color css

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

 a { background-color: rgb(169,119,188); }

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

border-color css

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

 span { border-color: rgb(169,119,188); }

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