Html Css Color HEX #A487BE East Side

📋 copy color: '#A487BE'

red 164 ◦ green 135 ◦ blue 190

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

Shades of East Side #A487BE

Tints of East Side #A487BE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.61%

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

R = 33.54%
G = 27.61%
B = 38.85%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A487BE (or 0xA487BE) is known color: East Side. HEX triplet: A4, 87 and BE. RGB value is (164,135,190). Sum of RGB (Red+Green+Blue) = 164+135+190=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #A487BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487BE is #5B7841. Grayscale: #959595. Windows color (decimal): -5994562 or 12486564. OLE color: 12486564.

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

Color convert

RGB 164 135 190 -
CMYK 0.14 0.29 0 0.25
HSL 271.64º 0.3% 0.64% -
HSV(B) 271.64º 0.29% 0.75% -
XYZ 33.27 28.94 52.55 -
YUV 149.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 164 135 190 0.14 0.29 0 0.25 271.64 0.3 0.64
Hex A4 87 BE E 1D 0 19 110 1E 40
Octal 244 207 276 16 35 0 31 420 36 100
Binary 10100100 10000111 10111110 1110 11101 0 11001 100010000 11110 1000000

Color Harmonies of #A487BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A487BE

Black with #A487BE

Text Example


Text Example

White with #A487BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A487BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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