Html Css Color HEX #A989BD East Side

📋 copy color: '#A989BD'

red 169 ◦ green 137 ◦ blue 189

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

Shades of East Side #A989BD

Tints of East Side #A989BD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.68%

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 34.14%
G = 27.68%
B = 38.18%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A989BD (or 0xA989BD) is known color: East Side. HEX triplet: A9, 89 and BD. RGB value is (169,137,189). Sum of RGB (Red+Green+Blue) = 169+137+189=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #A989BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989BD is #567642. Grayscale: #989898. Windows color (decimal): -5666371 or 12421545. OLE color: 12421545.

HSL color Cylindrical-coordinate representation of color #A989BD: hue angle of 276.92º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A989BD is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 137 189 -
CMYK 0.11 0.28 0 0.26
HSL 276.92º 0.28% 0.64% -
HSV(B) 276.92º 0.28% 0.74% -
XYZ 34.49 30 52.12 -
YUV 152.5 148.6 139.77 -
System Red Green Blue C M Y K H S L
Decimal 169 137 189 0.11 0.28 0 0.26 276.92 0.28 0.64
Hex A9 89 BD B 1C 0 1A 115 1C 40
Octal 251 211 275 13 34 0 32 425 34 100
Binary 10101001 10001001 10111101 1011 11100 0 11010 100010101 11100 1000000

Color Harmonies of #A989BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A989BD

Black with #A989BD

Text Example


Text Example

White with #A989BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A989BD; }

 p { color: rgb(169,137,189); }

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

background-color css

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

 a { background-color: rgb(169,137,189); }

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

border-color css

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

 span { border-color: rgb(169,137,189); }

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