Html Css Color HEX #A489BE East Side

📋 copy color: '#A489BE'

red 164 ◦ green 137 ◦ blue 190

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

Shades of East Side #A489BE

Tints of East Side #A489BE

RGB

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

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

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

R = 33.4%
G = 27.9%
B = 38.7%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A489BE (or 0xA489BE) is known color: East Side. HEX triplet: A4, 89 and BE. RGB value is (164,137,190). Sum of RGB (Red+Green+Blue) = 164+137+190=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #A489BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489BE is #5B7641. Grayscale: #969696. Windows color (decimal): -5994050 or 12487076. OLE color: 12487076.

HSL color Cylindrical-coordinate representation of color #A489BE: hue angle of 270.57º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A489BE is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 137 190 -
CMYK 0.14 0.28 0 0.25
HSL 270.57º 0.29% 0.64% -
HSV(B) 270.57º 0.28% 0.75% -
XYZ 33.55 29.5 52.64 -
YUV 151.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 164 137 190 0.14 0.28 0 0.25 270.57 0.29 0.64
Hex A4 89 BE E 1C 0 19 10F 1D 40
Octal 244 211 276 16 34 0 31 417 35 100
Binary 10100100 10001001 10111110 1110 11100 0 11001 100001111 11101 1000000

Color Harmonies of #A489BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489BE

Black with #A489BE

Text Example


Text Example

White with #A489BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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