Html Css Color HEX #A980BB East Side

📋 copy color: '#A980BB'

red 169 ◦ green 128 ◦ blue 187

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

Shades of East Side #A980BB

Tints of East Side #A980BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 34.92%
G = 26.45%
B = 38.64%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A980BB (or 0xA980BB) is known color: East Side. HEX triplet: A9, 80 and BB. RGB value is (169,128,187). Sum of RGB (Red+Green+Blue) = 169+128+187=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #A980BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980BB is #567F44. Grayscale: #929292. Windows color (decimal): -5668677 or 12288169. OLE color: 12288169.

HSL color Cylindrical-coordinate representation of color #A980BB: hue angle of 281.69º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A980BB is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 128 187 -
CMYK 0.10 0.32 0 0.27
HSL 281.69º 0.3% 0.62% -
HSV(B) 281.69º 0.32% 0.73% -
XYZ 33.05 27.46 50.57 -
YUV 146.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 169 128 187 0.10 0.32 0 0.27 281.69 0.3 0.62
Hex A9 80 BB A 20 0 1B 11A 1E 3E
Octal 251 200 273 12 40 0 33 432 36 76
Binary 10101001 10000000 10111011 1010 100000 0 11011 100011010 11110 111110

Color Harmonies of #A980BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A980BB

Black with #A980BB

Text Example


Text Example

White with #A980BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A980BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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