Html Css Color HEX #A980B3 East Side

📋 copy color: '#A980B3'

red 169 ◦ green 128 ◦ blue 179

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

Shades of East Side #A980B3

Tints of East Side #A980B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.61%

R = 35.5%
G = 26.89%
B = 37.61%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A980B3 (or 0xA980B3) is known color: East Side. HEX triplet: A9, 80 and B3. RGB value is (169,128,179). Sum of RGB (Red+Green+Blue) = 169+128+179=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 179 - color contains mainly: blue. Hex color #A980B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980B3 is #567F4C. Grayscale: #919191. Windows color (decimal): -5668685 or 11763881. OLE color: 11763881.

HSL color Cylindrical-coordinate representation of color #A980B3: hue angle of 288.24º 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 #A980B3 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 128 179 -
CMYK 0.06 0.28 0 0.30
HSL 288.24º 0.25% 0.6% -
HSV(B) 288.24º 0.28% 0.7% -
XYZ 32.22 27.13 46.19 -
YUV 146.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 169 128 179 0.06 0.28 0 0.30 288.24 0.25 0.6
Hex A9 80 B3 6 1C 0 1E 120 19 3C
Octal 251 200 263 6 34 0 36 440 31 74
Binary 10101001 10000000 10110011 110 11100 0 11110 100100000 11001 111100

Color Harmonies of #A980B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A980B3

Black with #A980B3

Text Example


Text Example

White with #A980B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A980B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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