Html Css Color HEX #A980BE East Side

📋 copy color: '#A980BE'

red 169 ◦ green 128 ◦ blue 190

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

Shades of East Side #A980BE

Tints of East Side #A980BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.01%

R = 34.7%
G = 26.28%
B = 39.01%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A980BE (or 0xA980BE) is known color: East Side. HEX triplet: A9, 80 and BE. RGB value is (169,128,190). Sum of RGB (Red+Green+Blue) = 169+128+190=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #A980BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980BE is #567F41. Grayscale: #939393. Windows color (decimal): -5668674 or 12484777. OLE color: 12484777.

HSL color Cylindrical-coordinate representation of color #A980BE: hue angle of 279.68º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A980BE is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 128 190 -
CMYK 0.11 0.33 0 0.25
HSL 279.68º 0.32% 0.62% -
HSV(B) 279.68º 0.33% 0.75% -
XYZ 33.38 27.59 52.28 -
YUV 147.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 169 128 190 0.11 0.33 0 0.25 279.68 0.32 0.62
Hex A9 80 BE B 21 0 19 118 20 3E
Octal 251 200 276 13 41 0 31 430 40 76
Binary 10101001 10000000 10111110 1011 100001 0 11001 100011000 100000 111110

Color Harmonies of #A980BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A980BE

Black with #A980BE

Text Example


Text Example

White with #A980BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A980BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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