Html Css Color HEX #A489BB East Side

📋 copy color: '#A489BB'

red 164 ◦ green 137 ◦ blue 187

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

Shades of East Side #A489BB

Tints of East Side #A489BB

RGB

 RED value IS 164 (64.45% from 255) = 33.61%

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

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

R = 33.61%
G = 28.07%
B = 38.32%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A489BB (or 0xA489BB) is known color: East Side. HEX triplet: A4, 89 and BB. RGB value is (164,137,187). Sum of RGB (Red+Green+Blue) = 164+137+187=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #A489BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489BB is #5B7644. Grayscale: #969696. Windows color (decimal): -5994053 or 12290468. OLE color: 12290468.

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

Color convert

RGB 164 137 187 -
CMYK 0.12 0.27 0 0.27
HSL 272.4º 0.27% 0.64% -
HSV(B) 272.4º 0.27% 0.73% -
XYZ 33.23 29.37 50.93 -
YUV 150.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 164 137 187 0.12 0.27 0 0.27 272.4 0.27 0.64
Hex A4 89 BB C 1B 0 1B 110 1B 40
Octal 244 211 273 14 33 0 33 420 33 100
Binary 10100100 10001001 10111011 1100 11011 0 11011 100010000 11011 1000000

Color Harmonies of #A489BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489BB

Black with #A489BB

Text Example


Text Example

White with #A489BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489BB; }

 p { color: rgb(164,137,187); }

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

background-color css

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

 a { background-color: rgb(164,137,187); }

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

border-color css

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

 span { border-color: rgb(164,137,187); }

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