Html Css Color HEX #A980B6 East Side

📋 copy color: '#A980B6'

red 169 ◦ green 128 ◦ blue 182

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

Shades of East Side #A980B6

Tints of East Side #A980B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38%

R = 35.28%
G = 26.72%
B = 38%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A980B6 (or 0xA980B6) is known color: East Side. HEX triplet: A9, 80 and B6. RGB value is (169,128,182). Sum of RGB (Red+Green+Blue) = 169+128+182=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 182 - color contains mainly: blue. Hex color #A980B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980B6 is #567F49. Grayscale: #929292. Windows color (decimal): -5668682 or 11960489. OLE color: 11960489.

HSL color Cylindrical-coordinate representation of color #A980B6: hue angle of 285.56º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A980B6 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 128 182 -
CMYK 0.07 0.30 0 0.29
HSL 285.56º 0.27% 0.61% -
HSV(B) 285.56º 0.3% 0.71% -
XYZ 32.52 27.25 47.8 -
YUV 146.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 169 128 182 0.07 0.30 0 0.29 285.56 0.27 0.61
Hex A9 80 B6 7 1E 0 1D 11E 1B 3D
Octal 251 200 266 7 36 0 35 436 33 75
Binary 10101001 10000000 10110110 111 11110 0 11101 100011110 11011 111101

Color Harmonies of #A980B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A980B6

Black with #A980B6

Text Example


Text Example

White with #A980B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A980B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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