Html Css Color HEX #A976B1 East Side

📋 copy color: '#A976B1'

red 169 ◦ green 118 ◦ blue 177

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

Shades of East Side #A976B1

Tints of East Side #A976B1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.43%

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

R = 36.42%
G = 25.43%
B = 38.15%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A976B1 (or 0xA976B1) is known color: East Side. HEX triplet: A9, 76 and B1. RGB value is (169,118,177). Sum of RGB (Red+Green+Blue) = 169+118+177=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #A976B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A976B1 is #56894E. Grayscale: #8B8B8B. Windows color (decimal): -5671247 or 11630249. OLE color: 11630249.

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

Color convert

RGB 169 118 177 -
CMYK 0.05 0.33 0 0.31
HSL 291.86º 0.27% 0.58% -
HSV(B) 291.86º 0.33% 0.69% -
XYZ 30.78 24.57 44.71 -
YUV 139.98 148.9 148.7 -
System Red Green Blue C M Y K H S L
Decimal 169 118 177 0.05 0.33 0 0.31 291.86 0.27 0.58
Hex A9 76 B1 5 21 0 1F 124 1B 3A
Octal 251 166 261 5 41 0 37 444 33 72
Binary 10101001 1110110 10110001 101 100001 0 11111 100100100 11011 111010

Color Harmonies of #A976B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A976B1

Black with #A976B1

Text Example


Text Example

White with #A976B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A976B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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