Html Css Color HEX #A980B2 East Side

📋 copy color: '#A980B2'

red 169 ◦ green 128 ◦ blue 178

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

Shades of East Side #A980B2

Tints of East Side #A980B2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.95%

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

R = 35.58%
G = 26.95%
B = 37.47%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A980B2 (or 0xA980B2) is known color: East Side. HEX triplet: A9, 80 and B2. RGB value is (169,128,178). Sum of RGB (Red+Green+Blue) = 169+128+178=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 178 - color contains mainly: blue. Hex color #A980B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A980B2 is #567F4D. Grayscale: #919191. Windows color (decimal): -5668686 or 11698345. OLE color: 11698345.

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

Color convert

RGB 169 128 178 -
CMYK 0.05 0.28 0 0.30
HSL 289.2º 0.25% 0.6% -
HSV(B) 289.2º 0.28% 0.7% -
XYZ 32.12 27.09 45.66 -
YUV 145.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 169 128 178 0.05 0.28 0 0.30 289.2 0.25 0.6
Hex A9 80 B2 5 1C 0 1E 121 19 3C
Octal 251 200 262 5 34 0 36 441 31 74
Binary 10101001 10000000 10110010 101 11100 0 11110 100100001 11001 111100

Color Harmonies of #A980B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A980B2

Black with #A980B2

Text Example


Text Example

White with #A980B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A980B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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